summaryrefslogtreecommitdiffstats
path: root/gui/Android.mk
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2017-01-15 23:00:49 +0100
committerDees Troy <dees_troy@teamw.in>2017-02-03 05:32:00 +0100
commit0c88b846813585c20e796a3848efd118ac96ee48 (patch)
tree3f6068f49a663851d4ef10ee527c708d37aa3755 /gui/Android.mk
parentGUI: Improve automatic determination of TW_THEME (diff)
downloadandroid_bootable_recovery-0c88b846813585c20e796a3848efd118ac96ee48.tar
android_bootable_recovery-0c88b846813585c20e796a3848efd118ac96ee48.tar.gz
android_bootable_recovery-0c88b846813585c20e796a3848efd118ac96ee48.tar.bz2
android_bootable_recovery-0c88b846813585c20e796a3848efd118ac96ee48.tar.lz
android_bootable_recovery-0c88b846813585c20e796a3848efd118ac96ee48.tar.xz
android_bootable_recovery-0c88b846813585c20e796a3848efd118ac96ee48.tar.zst
android_bootable_recovery-0c88b846813585c20e796a3848efd118ac96ee48.zip
Diffstat (limited to 'gui/Android.mk')
-rw-r--r--gui/Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/gui/Android.mk b/gui/Android.mk
index 17defd953..51cf4ca05 100644
--- a/gui/Android.mk
+++ b/gui/Android.mk
@@ -74,7 +74,11 @@ ifeq ($(TW_ROUND_SCREEN), true)
LOCAL_CFLAGS += -DTW_ROUND_SCREEN
endif
-LOCAL_C_INCLUDES += bionic system/core/libpixelflinger/include
+LOCAL_C_INCLUDES += \
+ bionic \
+ system/core/include \
+ system/core/libpixelflinger/include
+
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23; echo $$?),0)
LOCAL_C_INCLUDES += external/stlport/stlport
endif