Force ro.logd.auditd to true (set to false by Samsung vendor)

This commit is contained in:
Pierre-Hugues Husson 2018-11-26 22:49:44 +01:00
parent 07e05336c5
commit c2b6687a5a
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ 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 \
ro.logd.auditd=true
#Huawei HiSuite (also other OEM custom programs I guess) it's of no use in AOSP builds
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \