summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/root.make b/tools/root.make
index 4e0ca7c4f0..2deae8cc82 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -132,8 +132,12 @@ else # core
132 include $(ROOTDIR)/firmware/target/hosted/samsungypr/ypr1/ypr1.make 132 include $(ROOTDIR)/firmware/target/hosted/samsungypr/ypr1/ypr1.make
133 endif 133 endif
134 134
135 ifneq (,$(findstring android, $(APP_TYPE))) 135 ifneq (,$(findstring android_ndk, $(APP_TYPE)))
136 include $(ROOTDIR)/android/android.make 136 include $(ROOTDIR)/firmware/target/hosted/ibasso/android_ndk.make
137 else
138 ifneq (,$(findstring android, $(APP_TYPE)))
139 include $(ROOTDIR)/android/android.make
140 endif
137 endif 141 endif
138 142
139 ifneq (,$(findstring pandora, $(MODELNAME))) 143 ifneq (,$(findstring pandora, $(MODELNAME)))