mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Renderscript test static link to HAL def libs.
And use VtsHalTargetTestDefaults. Bug: 64040096 Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check --skip-preconditions --module VtsHalRenderscriptV1_0Target Change-Id: Id6177663b441b5b0971143309401d73395ab51db
This commit is contained in:
@@ -23,21 +23,9 @@ cc_test {
|
||||
"VtsScriptTests.cpp",
|
||||
"bitcode.cpp",
|
||||
],
|
||||
defaults: ["hidl_defaults"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
"libcutils",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"libnativehelper",
|
||||
"libutils",
|
||||
"libnativewindow",
|
||||
defaults: ["VtsHalTargetTestDefaults"],
|
||||
static_libs: [
|
||||
"android.hardware.renderscript@1.0",
|
||||
],
|
||||
static_libs: ["VtsHalHidlTargetTestBase"],
|
||||
cflags: [
|
||||
"-O0",
|
||||
"-g",
|
||||
"libnativewindow",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user