Loading Android.bp +16 −0 Original line number Diff line number Diff line Loading @@ -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", ], }, } tests/Android.mk +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Android.bp +16 −0 Original line number Diff line number Diff line Loading @@ -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", ], }, }
tests/Android.mk +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading