Deal with features.xml

This commit is contained in:
Steve Kondik 2010-06-28 21:16:14 -04:00
parent 6fcfa5309d
commit 1bfa132cc3
3 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@ adb pull /system/app/Vending.apk proprietary
adb pull /system/app/VoiceSearch.apk proprietary
adb pull /system/app/YouTube.apk proprietary
adb pull /system/etc/permissions/com.google.android.maps.xml proprietary
adb pull /system/etc/permissions/features.xml proprietary
adb pull /system/framework/com.google.android.maps.jar proprietary
adb pull /system/lib/libinterstitial.so proprietary
adb pull /system/lib/libspeech.so proprietary

View File

@ -64,6 +64,7 @@ app/Vending.apk
app/VoiceSearch.apk
app/YouTube.apk
etc/permissions/com.google.android.maps.xml
etc/permissions/features.xml
framework/com.google.android.maps.jar
lib/libinterstitial.so
lib/libspeech.so

View File

@ -87,6 +87,7 @@ ifdef CYANOGEN_WITH_GOOGLE
vendor/cyanogen/proprietary/YouTube.apk:./system/app/YouTube.apk \
vendor/cyanogen/proprietary/com.google.android.maps.xml:./system/etc/permissions/com.google.android.maps.xml \
vendor/cyanogen/proprietary/com.google.android.maps.jar:./system/framework/com.google.android.maps.jar \
vendor/cyanogen/proprietary/features.xml:./system/etc/permissions/features.xml \
vendor/cyanogen/proprietary/libinterstitial.so:./system/lib/libinterstitial.so \
vendor/cyanogen/proprietary/libspeech.so:./system/lib/libspeech.so
else