diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2013-11-16 15:59:44 +0100 |
---|---|---|
committer | bigbiff bigbiff <bigbiff@teamw.in> | 2013-11-16 16:15:46 +0100 |
commit | 705f16ea4b65269d4eacd27c2d8fa6f3de0d4493 (patch) | |
tree | a1095df83b5f8a23fbe63f05059507810284a3fa /gui/Android.mk | |
parent | Add reboot binary if it exists to recovery (diff) | |
download | android_bootable_recovery-705f16ea4b65269d4eacd27c2d8fa6f3de0d4493.tar android_bootable_recovery-705f16ea4b65269d4eacd27c2d8fa6f3de0d4493.tar.gz android_bootable_recovery-705f16ea4b65269d4eacd27c2d8fa6f3de0d4493.tar.bz2 android_bootable_recovery-705f16ea4b65269d4eacd27c2d8fa6f3de0d4493.tar.lz android_bootable_recovery-705f16ea4b65269d4eacd27c2d8fa6f3de0d4493.tar.xz android_bootable_recovery-705f16ea4b65269d4eacd27c2d8fa6f3de0d4493.tar.zst android_bootable_recovery-705f16ea4b65269d4eacd27c2d8fa6f3de0d4493.zip |
Diffstat (limited to 'gui/Android.mk')
-rw-r--r-- | gui/Android.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/Android.mk b/gui/Android.mk index db7769d9b..32b1675d1 100644 --- a/gui/Android.mk +++ b/gui/Android.mk @@ -68,6 +68,14 @@ ifeq ($(HAVE_SELINUX), true) LOCAL_CFLAGS += -DHAVE_SELINUX endif +ifndef DEVICE_RESOLUTION +$(warning ********************************************************************************) +$(warning * DEVICE_RESOLUTION is NOT SET in BoardConfig.mk ) +$(warning * Please see http://tinyw.in/nP7d for details ) +$(warning ********************************************************************************) +$(error stopping) +endif + LOCAL_C_INCLUDES += bionic external/stlport/stlport $(commands_recovery_local_path)/gui/devices/$(DEVICE_RESOLUTION) include $(BUILD_STATIC_LIBRARY) |