aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2024-05-15 10:50:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-15 10:50:44 +0000
commit117aa2ad50f516c33c40ad74b073cfa6bcd53193 (patch)
tree461ab8c704acedfdbf1a8ff77f218a23afa6d747
parent30ebfb082b9997b6102562fe2d6ef0bfce21dbda (diff)
parent10961ce494e98762353c912454d281e35f6b8551 (diff)
downloadcuttlefish-master.tar.gz
Merge changes I8bc185a0,I760ceb46 into mainHEADmastermain
* changes: Run bpfmt Add missing dependencies from generic_system.mk
-rw-r--r--system_image/Android.bp11
1 files changed, 10 insertions, 1 deletions
diff --git a/system_image/Android.bp b/system_image/Android.bp
index 786535f35..8252664a9 100644
--- a/system_image/Android.bp
+++ b/system_image/Android.bp
@@ -302,6 +302,15 @@ android_system_image {
avb_hash_algorithm: "sha256",
deps: [
+ "android.hardware.biometrics.fingerprint@2.1", // generic_system
+ "android.hardware.radio@1.0", // generic_system
+ "android.hardware.radio@1.1", // generic_system
+ "android.hardware.radio@1.2", // generic_system
+ "android.hardware.radio@1.3", // generic_system
+ "android.hardware.radio@1.4", // generic_system
+ "android.hardware.radio.config@1.0", // generic_system
+ "android.hardware.radio.deprecated@1.0", // generic_system
+ "android.hardware.secure_element@1.0", // generic_system
"abx",
"aconfigd",
"aflags",
@@ -330,7 +339,7 @@ android_system_image {
"cgroups.json",
"cmd",
"content",
- "cppreopts.sh", // generic_system
+ "cppreopts.sh", // generic_system
"credstore",
"debuggerd",
"device_config",