Force ro.logd.auditd to true (set to false by Samsung vendor)
This commit is contained in:
parent
07e05336c5
commit
c2b6687a5a
3
base.mk
3
base.mk
@ -24,7 +24,8 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
|||||||
ro.build.version.all_codenames=$(PLATFORM_VERSION_ALL_CODENAMES) \
|
ro.build.version.all_codenames=$(PLATFORM_VERSION_ALL_CODENAMES) \
|
||||||
ro.build.version.release=$(PLATFORM_VERSION) \
|
ro.build.version.release=$(PLATFORM_VERSION) \
|
||||||
ro.build.version.security_patch=$(PLATFORM_SECURITY_PATCH) \
|
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
|
#Huawei HiSuite (also other OEM custom programs I guess) it's of no use in AOSP builds
|
||||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||||
|
Loading…
Reference in New Issue
Block a user