summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-03-23 00:05:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-23 00:05:46 +0000
commit505e763ee88d57a11b2d34ba7a5df48fe341d7ce (patch)
tree184d5a79dfc115d8e6c3d37c237fd259108ca7fd
parent7696104c135f5e2dd2f0c23ae677fe8b1212800d (diff)
parent5863d8a8693b4e09d5ec767129212e35ad6e6765 (diff)
downloadbase-505e763ee88d57a11b2d34ba7a5df48fe341d7ce.tar.gz
Merge "Move the dependency on protolog.conf.json.gz to services" into main
-rw-r--r--Android.bp1
-rw-r--r--services/Android.bp1
2 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 80469d649649..900fba03daa7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -386,7 +386,6 @@ java_defaults {
// TODO(b/120066492): remove gps_debug and protolog.conf.json when the build
// system propagates "required" properly.
"gps_debug.conf",
- "protolog.conf.json.gz",
"framework-res",
// any install dependencies should go into framework-minus-apex-install-dependencies
// rather than here to avoid bloating incremental build time
diff --git a/services/Android.bp b/services/Android.bp
index 5cb8ec628c38..474d501bca7a 100644
--- a/services/Android.bp
+++ b/services/Android.bp
@@ -219,6 +219,7 @@ java_library {
required: [
"libukey2_jni_shared",
+ "protolog.conf.json.gz",
],
// Uncomment to enable output of certain warnings (deprecated, unchecked)