vendor: config: Move adb_root outside userbuild
- Prevent root detection for app Co-authored-by: TechPanelGM <giomook2003@gmail.com> Change-Id: I7842822d31e997fe243de4ef356ba36e61f05992
This commit is contained in:
committed by
Zabuka_zuzu
parent
41a257b830
commit
46ab997717
@@ -230,9 +230,9 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
|
||||
endif
|
||||
|
||||
# Root
|
||||
ifneq ($(TARGET_BUILD_VARIANT),user)
|
||||
PRODUCT_PACKAGES += \
|
||||
adb_root
|
||||
ifneq ($(TARGET_BUILD_VARIANT),user)
|
||||
ifeq ($(WITH_SU),true)
|
||||
PRODUCT_PACKAGES += \
|
||||
su
|
||||
|
||||
Reference in New Issue
Block a user