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 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) |