Commit 3b3e5e58 authored by Ying Wang's avatar Ying Wang

Unbundle protobuffer target libraries.

Change-Id: I3047d2cd10828844562fa57ae3b619fe919c6113
parent 4e79aac8
......@@ -127,6 +127,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libprotobuf-java-2.3.0-micro
LOCAL_MODULE_TAGS := optional
LOCAL_SDK_VERSION := 8
LOCAL_SRC_FILES := $(call all-java-files-under, java/src/main/java/com/google/protobuf/micro)
......@@ -149,6 +150,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libprotobuf-java-2.3.0-lite
LOCAL_MODULE_TAGS := optional
LOCAL_SDK_VERSION := 8
LOCAL_SRC_FILES := $(JAVA_LITE_SRC_FILES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment