mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
This version is specifically a mock of STHAL 2.4, so it makes more sense to put it under 2.4 and name it as such. I intend to add a separate mock for the AIDL version, so making sure the two don't collide. Test: Ran the mock HAL and manually verified operation. Change-Id: Ica8e53b981d73737bfb1720628592e650fc86ee0
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
java_binary {
|
|
name: "sthal_cli_2.4",
|
|
wrapper: "sthal_cli_2.4",
|
|
srcs: ["java/**/*.java"],
|
|
static_libs: [
|
|
"android.hardware.soundtrigger-V2.4-java",
|
|
],
|
|
}
|