summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@chromium.org>2016-08-12 18:07:03 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-12 18:07:03 +0000
commitcf06157e18fb07c08d2434362c3cc5b1dda851c5 (patch)
treed01ec092b6f296cb58983e05ade0358ccfe0cf9c
parent9aaf7749f6ff1eeddb527cc7b40010c2a8e4dc11 (diff)
parente31114d100e21e301344f6c111ba70d4c0daf689 (diff)
downloadlibchrome-nougat-mr2.2-release.tar.gz
am: e31114d100 Change-Id: I3bc988d8ab3bef21cf1b43886909a50bb2dc107a
-rw-r--r--Android.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 2904098db3..e934cd994e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -412,6 +412,24 @@ LOCAL_STATIC_LIBRARIES := libmodpb64
LOCAL_EXPORT_C_INCLUDE_DIRS := $(libchromeExportedCIncludes)
include $(BUILD_SHARED_LIBRARY)
+# libchrome static library for target
+# ========================================================
+include $(CLEAR_VARS)
+LOCAL_MODULE := libchrome
+LOCAL_SRC_FILES := \
+ $(libchromeCommonSrc) \
+ $(libchromeLinuxSrc) \
+ base/sys_info_chromeos.cc \
+
+LOCAL_CPP_EXTENSION := $(libchromeCommonCppExtension)
+LOCAL_CFLAGS := $(libchromeCommonCFlags)
+LOCAL_CLANG := $(libchromeUseClang)
+LOCAL_C_INCLUDES := $(libchromeCommonCIncludes)
+LOCAL_STATIC_LIBRARIES := libmodpb64 libbase libevent liblog libcutils
+LOCAL_EXPORT_STATIC_LIBRARY_HEADERS := $(LOCAL_STATIC_LIBRARIES)
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(libchromeExportedCIncludes)
+include $(BUILD_STATIC_LIBRARY)
+
# libchrome shared library for host
# ========================================================
include $(CLEAR_VARS)