mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-10-01 01:36:01 -04:00
26 lines
397 B
Plaintext
26 lines
397 B
Plaintext
|
java_test_host {
|
||
|
name: "HMallocTest",
|
||
|
srcs: [
|
||
|
"src/**/*.java",
|
||
|
],
|
||
|
|
||
|
libs: [
|
||
|
"tradefed",
|
||
|
"compatibility-tradefed",
|
||
|
"compatibility-host-util",
|
||
|
],
|
||
|
|
||
|
static_libs: [
|
||
|
"cts-host-utils",
|
||
|
"frameworks-base-hostutils",
|
||
|
],
|
||
|
|
||
|
test_suites: [
|
||
|
"general-tests",
|
||
|
],
|
||
|
|
||
|
data_device_bins_64: [
|
||
|
"memtag_test",
|
||
|
],
|
||
|
}
|