Add a statsd proto static lib for cts and others.
Test: build Change-Id: I0119320cba093dc0f758a890ffb9e595b39324ec
This commit is contained in:
@@ -197,6 +197,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:=
|
||||
@@ -207,4 +225,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