Deal with features.xml
This commit is contained in:
parent
6fcfa5309d
commit
1bfa132cc3
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user