Abolish Huawei HiSuite (and maybe other OEM stuff) (#19)
This is done by specifying default usb configuration
This commit is contained in:
parent
db80eb1c21
commit
bbc4d30e85
5
base.mk
5
base.mk
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user