Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98568893 authored by Inseob Kim's avatar Inseob Kim
Browse files

Set BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW on sdk and full

This temporariliy turns off treble sysprop neverallow rules which
enforces marking the owner and accessibility to each system property.

Bug: 131162102
Bug: 142684203
Test: m sepolicy_tests
Change-Id: Ie9de9576fcf28c432543ab8f8971c1d048c55819
parent 3b82e070
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,3 +31,6 @@ PRODUCT_NAME := full
PRODUCT_DEVICE := generic
PRODUCT_BRAND := Android
PRODUCT_MODEL := AOSP on ARM Emulator

# TODO(b/131162102): remove this after cleaning up accesses of sysprop
BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW := true
+3 −0
Original line number Diff line number Diff line
@@ -44,3 +44,6 @@ PRODUCT_NAME := full_x86
PRODUCT_DEVICE := generic_x86
PRODUCT_BRAND := Android
PRODUCT_MODEL := AOSP on IA Emulator

# TODO(b/131162102): remove this after cleaning up accesses of sysprop
BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW := true
+2 −1
Original line number Diff line number Diff line
@@ -31,4 +31,5 @@ PRODUCT_NAME := sdk_phone_arm64
PRODUCT_DEVICE := generic_arm64
PRODUCT_MODEL := Android SDK built for arm64

# TODO(b/131162102): remove this after cleaning up accesses of sysprop
BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW := true
+3 −0
Original line number Diff line number Diff line
@@ -30,3 +30,6 @@ PRODUCT_PACKAGES += \
PRODUCT_BRAND := Android
PRODUCT_NAME := sdk_phone_armv7
PRODUCT_DEVICE := generic

# TODO(b/131162102): remove this after cleaning up accesses of sysprop
BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW := true
+3 −0
Original line number Diff line number Diff line
@@ -49,3 +49,6 @@ PRODUCT_BRAND := Android
PRODUCT_NAME := sdk_phone_x86
PRODUCT_DEVICE := generic_x86
PRODUCT_MODEL := Android SDK built for x86

# TODO(b/131162102): remove this after cleaning up accesses of sysprop
BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW := true
Loading