aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostiantyn Pidvysotskyi <kostia@google.com>2018-01-25 13:34:55 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-01-25 13:34:55 +0000
commita628518ca46cdf5b8141d2f298a2f27d5826069f (patch)
tree27ef4a3c6afc7a1dbcfc3f071afa84573883ed43
parentfedf8f2d8099bf7bb85dc3db8699343d56617deb (diff)
parentd007b092a5c6b2b693d756196dba0cb8ba47e37f (diff)
downloadzxing-a628518ca46cdf5b8141d2f298a2f27d5826069f.tar.gz
Adding host export for zxing core.
am: d007b092a5 Change-Id: I04bc8ffd223d384906b8271e41d90623ce43ed9e
-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)