summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2013-09-19 10:33:34 -0700
committerChad Versace <chad.versace@linux.intel.com>2013-09-19 10:33:34 -0700
commit7dd2236e7e4a13d09514d6fa811f4bb7089e5180 (patch)
tree3e2742ced2f5666a69d38e6a0af704e6ee53bbd3 /Android.mk
parent85a0e16e58ff7ef30fff39bd169895697ac3c2b0 (diff)
cmake,android: Define WAFFLE_API_EXPERIMENTAL
This is required before actually marking any API as experimental to prevent the build from breaking. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 41d48ad..1835a7d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -32,6 +32,7 @@ LOCAL_CC := $(TARGET_CC) -std=c99
LOCAL_CFLAGS := \
-DANDROID_STUB \
-DWAFFLE_API_VERSION=$(waffle_api_version) \
+ -DWAFFLE_API_EXPERIMENTAL \
-DWAFFLE_HAS_ANDROID \
-DWAFFLE_ANDROID_MAJOR_VERSION=$(waffle_android_major_version) \
-DWAFFLE_ANDROID_MINOR_VERSION=$(waffle_android_minor_version) \