devon: Drop STFlashTool

It doesn't do anything since it references a non existent config

Change-Id: I89f43190c28313c30a545e1c65feaed5120b2d30
This commit is contained in:
Michael Bestas
2025-05-02 03:06:06 +03:00
parent 6418a68128
commit e455baaccb
5 changed files with 3 additions and 62 deletions
-34
View File
@@ -3862,40 +3862,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_binary {
name: "STFlashTool",
owner: "motorola",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/STFlashTool",
],
shared_libs: [
"libbase_shim",
"libcutils",
"libutils",
"liblog",
"libchrome",
"libbase",
"libhardware",
"libpower",
"libz",
"libhidlbase",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
strip: {
none: true,
},
prefer: true,
soc_specific: true,
}
cc_prebuilt_binary {
name: "android.hardware.biometrics.fingerprint@2.1-service-ets",
owner: "motorola",