Loading Android.bp +1 −9 Original line number Diff line number Diff line Loading @@ -51,7 +51,6 @@ cc_defaults { // Lists all dependencies that can *not* be expected on the device. static_libs: [ "VtsHalHidlTestUtils", "libhidlbase", "libhidl-gen-utils", ], Loading @@ -64,6 +63,7 @@ cc_defaults { "libbase", // All the following are dependencies of any HAL definition library. "libcutils", "libhidlbase", "liblog", "libutils", ], Loading @@ -72,14 +72,6 @@ cc_defaults { "-g", ], target: { android: { shared_libs: [ "libvndksupport", ], }, }, require_root: true, } Loading Loading
Android.bp +1 −9 Original line number Diff line number Diff line Loading @@ -51,7 +51,6 @@ cc_defaults { // Lists all dependencies that can *not* be expected on the device. static_libs: [ "VtsHalHidlTestUtils", "libhidlbase", "libhidl-gen-utils", ], Loading @@ -64,6 +63,7 @@ cc_defaults { "libbase", // All the following are dependencies of any HAL definition library. "libcutils", "libhidlbase", "liblog", "libutils", ], Loading @@ -72,14 +72,6 @@ cc_defaults { "-g", ], target: { android: { shared_libs: [ "libvndksupport", ], }, }, require_root: true, } Loading