aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2018-08-07 16:51:27 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-07 16:51:27 +0000
commita102b9de15a31ed74e14a04228ef006e529e54a4 (patch)
tree27ef4a3c6afc7a1dbcfc3f071afa84573883ed43
parentfedf8f2d8099bf7bb85dc3db8699343d56617deb (diff)
parentc1f52d7866829b6d9b36a1a26f7cc9b0a0482cc4 (diff)
downloadzxing-a102b9de15a31ed74e14a04228ef006e529e54a4.tar.gz
-rw-r--r--core/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Android.mk b/core/Android.mk
index b4027ede8..8eb6e0c20 100644
--- a/core/Android.mk
+++ b/core/Android.mk
@@ -2,3 +2,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := zxing-core-1.7:core.jar
include $(BUILD_MULTI_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := zxing-core-1.7:core.jar
+include $(BUILD_HOST_PREBUILT)