diff options
| -rw-r--r-- | Android.bp | 1 | ||||
| -rw-r--r-- | services/Android.bp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 59e903ef37d3..f6bfe6545284 100644 --- a/Android.bp +++ b/Android.bp @@ -389,7 +389,6 @@ java_defaults { // TODO(b/120066492): remove gps_debug and protolog.conf.json when the build // system propagates "required" properly. "gps_debug.conf", - "core.protolog.pb", "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 7bbb42e9a88f..29d1acf5f350 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -254,6 +254,7 @@ java_library { required: [ "libukey2_jni_shared", "protolog.conf.json.gz", + "core.protolog.pb", ], lint: { baseline_filename: "lint-baseline.xml", |