summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 038076c..19da7a4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,7 +15,7 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-ifdef BUILD_JARJAR_FROM_SOURCE
+ifeq ($(wildcard prebuilts/misc/common/jarjar),)
LOCAL_SRC_FILES := $(call all-java-files-under, src/main)