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
1 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,12 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.build.version.all_codenames=$(PLATFORM_VERSION_ALL_CODENAMES) \
ro.build.version.release=$(PLATFORM_VERSION) \
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
PRODUCT_COPY_FILES += \