Commit f7fb0e5e authored by P.Y. Laligand's avatar P.Y. Laligand
Browse files

Add the correct dependency when the full version of the protocol buffer library is requested.

b/19415609

Change-Id: I8c5d25a5f8f60317fa0f31330dd354ee8fb61c12
parent 390f9fdc
......@@ -50,7 +50,11 @@ else
ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),nano)
LOCAL_JAVA_LIBRARIES += host-libprotobuf-java-nano
else
LOCAL_JAVA_LIBRARIES += host-libprotobuf-java-lite
ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),full)
LOCAL_JAVA_LIBRARIES += host-libprotobuf-java-full
else
LOCAL_JAVA_LIBRARIES += host-libprotobuf-java-lite
endif
endif
endif
endif
......
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