commit | 047723c5aa282faa9e79967f78a2219fe1d68d32 | [log] [tgz] |
---|---|---|
author | Matt Mower <mowerm@gmail.com> | Thu Dec 10 01:31:15 2015 -0600 |
committer | Ethan Yonker <dees_troy@teamw.in> | Tue Dec 22 11:59:27 2015 -0600 |
tree | ce15792714c1c14d6cbd8946609c076c33238fe5 | |
parent | 666d151d6e65c98d9b5d67e329b96e1fc7debe49 [diff] [blame] |
selinux: Only union sepolicy in SDKs 21,22 Manual union is not needed in Android 6.0+. Change-Id: I7e321fb90b4333da349cc8ad8d2d78d990258b65
diff --git a/Android.mk b/Android.mk index e0f7848..6e7478c 100644 --- a/Android.mk +++ b/Android.mk
@@ -28,7 +28,7 @@ ifeq ($(PROJECT_PATH_AGREES),true) -ifeq ($(shell test $(PLATFORM_SDK_VERSION) -gt 20; echo $$?),0) +ifneq (,$(filter $(PLATFORM_SDK_VERSION), 21 22)) # Make recovery domain permissive for TWRP BOARD_SEPOLICY_UNION += twrp.te endif