Loading Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ cc_defaults { // Lists all dependencies that can *not* be expected on the device. static_libs: [ "VtsHalHidlTestUtils", "libhidlbase", "libhidl-gen-utils", ], Loading @@ -72,6 +73,14 @@ cc_defaults { "-g", ], target: { android: { shared_libs: [ "libvndksupport", ], }, }, require_root: true, } Loading Loading
Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ cc_defaults { // Lists all dependencies that can *not* be expected on the device. static_libs: [ "VtsHalHidlTestUtils", "libhidlbase", "libhidl-gen-utils", ], Loading @@ -72,6 +73,14 @@ cc_defaults { "-g", ], target: { android: { shared_libs: [ "libvndksupport", ], }, }, require_root: true, } Loading