Merge "Add a statsd proto static lib for cts and others."
This commit is contained in:
committed by
Android (Google) Code Review
commit
004e782ee5
@@ -199,6 +199,24 @@ LOCAL_PROTOC_OPTIMIZE_TYPE := lite
|
||||
|
||||
include $(BUILD_NATIVE_TEST)
|
||||
|
||||
##############################
|
||||
# stats proto static java lib
|
||||
##############################
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := statsdprotolite
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
src/stats_log.proto \
|
||||
src/statsd_config.proto \
|
||||
src/atoms.proto
|
||||
|
||||
LOCAL_PROTOC_OPTIMIZE_TYPE := lite
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
platformprotoslite
|
||||
|
||||
include $(BUILD_STATIC_JAVA_LIBRARY)
|
||||
|
||||
statsd_common_src:=
|
||||
statsd_common_aidl_includes:=
|
||||
@@ -209,4 +227,4 @@ statsd_common_shared_libraries:=
|
||||
|
||||
##############################
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
|
||||
Reference in New Issue
Block a user