mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Revert "CameraVTS: build with static libhidlbase"" into main
This commit is contained in:
10
Android.bp
10
Android.bp
@@ -51,7 +51,6 @@ cc_defaults {
|
|||||||
// Lists all dependencies that can *not* be expected on the device.
|
// Lists all dependencies that can *not* be expected on the device.
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"VtsHalHidlTestUtils",
|
"VtsHalHidlTestUtils",
|
||||||
"libhidlbase",
|
|
||||||
"libhidl-gen-utils",
|
"libhidl-gen-utils",
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -64,6 +63,7 @@ cc_defaults {
|
|||||||
"libbase",
|
"libbase",
|
||||||
// All the following are dependencies of any HAL definition library.
|
// All the following are dependencies of any HAL definition library.
|
||||||
"libcutils",
|
"libcutils",
|
||||||
|
"libhidlbase",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libutils",
|
"libutils",
|
||||||
],
|
],
|
||||||
@@ -72,14 +72,6 @@ cc_defaults {
|
|||||||
"-g",
|
"-g",
|
||||||
],
|
],
|
||||||
|
|
||||||
target: {
|
|
||||||
android: {
|
|
||||||
shared_libs: [
|
|
||||||
"libvndksupport",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
require_root: true,
|
require_root: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user