Adds proto-lite libraries to Launcher3 make files.

Change-Id: Icb2f8fcdb4d5344de835f4702fc01ec80d4a3b84
This commit is contained in:
thiruram 2019-11-13 17:49:35 -08:00 committed by Thiru Ramasamy
parent fed129305d
commit 5e1ecf6d73
2 changed files with 18 additions and 1 deletions

View File

@ -30,3 +30,19 @@ android_library {
manifest: "tests/tapl/AndroidManifest.xml",
platform_apis: true,
}
java_library_static {
name: "launcher-log-protos-lite",
srcs: [
"protos/*.proto",
"proto_overrides/*.proto",
],
sdk_version: "current",
proto: {
type: "lite",
local_include_dirs:[
"protos",
"proto_overrides",
],
},
}

View File

@ -50,7 +50,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
androidx.test.runner \
androidx.test.rules \
androidx.test.uiautomator_uiautomator \
mockito-target-minus-junit4
mockito-target-minus-junit4 \
launcher-log-protos-lite
ifneq (,$(wildcard frameworks/base))
LOCAL_PRIVATE_PLATFORM_APIS := true