replaced android.se.omapi-V1-ndk_platform library with android.se.omapi-V1-ndk

Test: make vts
Bug: b/180639372
Change-Id: I34b3cd0bd6c92bfe2ee57b5dbda73adc3c4d116e
This commit is contained in:
Rajesh Nyamagoud
2021-11-13 02:44:41 +00:00
parent 7cdc437fca
commit 890b4d755f
3 changed files with 5 additions and 2 deletions

View File

@@ -28,5 +28,8 @@ aidl_interface {
rust: {
enabled: true,
},
ndk: {
separate_platform_variant: false,
},
},
}

View File

@@ -38,7 +38,7 @@ cc_test {
],
static_libs: [
"VtsHalHidlTargetTestBase",
"android.se.omapi-V1-ndk_platform",
"android.se.omapi-V1-ndk",
],
cflags: [
"-O0",

View File

@@ -38,7 +38,7 @@ cc_test {
],
static_libs: [
"VtsHalHidlTargetTestBase",
"android.se.omapi-V1-ndk_platform",
"android.se.omapi-V1-ndk",
],
cflags: [
"-O0",