diff options
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index c1fb41f845e3..fa7c97d3d21a 100644 --- a/Android.bp +++ b/Android.bp @@ -95,7 +95,7 @@ filegroup { ":platform-compat-native-aidl", // AIDL sources from external directories - ":android.hardware.biometrics.common-V3-java-source", + ":android.hardware.biometrics.common-V4-java-source", ":android.hardware.biometrics.fingerprint-V3-java-source", ":android.hardware.gnss-V2-java-source", ":android.hardware.graphics.common-V3-java-source", @@ -379,6 +379,7 @@ java_defaults { // 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 ], |