Abolish Huawei HiSuite (and maybe other OEM stuff) (#19)

This is done by specifying default usb configuration
This commit is contained in:
Dil3mm4 2018-07-15 14:18:35 +02:00 committed by Pierre-Hugues HUSSON
parent db80eb1c21
commit bbc4d30e85

View File

@ -26,6 +26,11 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.build.version.security_patch=$(PLATFORM_SECURITY_PATCH) \ ro.build.version.security_patch=$(PLATFORM_SECURITY_PATCH) \
ro.adb.secure=0 ro.adb.secure=0
#Huawei HiSuite (also other OEM custom programs I guess) it's of no use in AOSP builds
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
persist.sys.usb.config=adb
#VNDK config files #VNDK config files
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/phh/treble/vndk-detect:system/bin/vndk-detect \ device/phh/treble/vndk-detect:system/bin/vndk-detect \