commit | 8e213fdf08e74e0e5bf21bf18556a398880b50c2 | [log] [tgz] |
---|---|---|
author | that <github@that.at> | Sat Oct 17 00:17:53 2015 +0200 |
committer | Ethan Yonker <dees_troy@teamw.in> | Thu Oct 22 08:10:38 2015 -0500 |
tree | cb709738684c3a5fa8efcfda319b469a9c82fb80 | |
parent | b7a54a30167f211647222c0a2f90b369e0e33e32 [diff] |
fix build in Omni 4.4 Change-Id: Ida3984a6b774c2da12342d48d8644cd18de7396c
diff --git a/Android.mk b/Android.mk index dab1b17..1fc8c53 100644 --- a/Android.mk +++ b/Android.mk
@@ -28,8 +28,10 @@ ifeq ($(PROJECT_PATH_AGREES),true) +ifeq ($(shell test $(PLATFORM_SDK_VERSION) -gt 20; echo $$?),0) # Make recovery domain permissive for TWRP -BOARD_SEPOLICY_UNION += twrp.te + BOARD_SEPOLICY_UNION += twrp.te +endif include $(CLEAR_VARS)