summaryrefslogtreecommitdiff
path: root/cmds/lshal/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/lshal/Android.bp')
-rw-r--r--cmds/lshal/Android.bp20
1 files changed, 3 insertions, 17 deletions
diff --git a/cmds/lshal/Android.bp b/cmds/lshal/Android.bp
index 649e53a8aa..5afae4b7d3 100644
--- a/cmds/lshal/Android.bp
+++ b/cmds/lshal/Android.bp
@@ -12,20 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "frameworks_native_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["frameworks_native_license"],
-}
-
cc_library_static {
name: "liblshal",
shared_libs: [
"libbase",
- "libbinderdebug",
"libcutils",
"libutils",
"libhidlbase",
@@ -57,7 +47,6 @@ cc_defaults {
name: "lshal_defaults",
shared_libs: [
"libbase",
- "libbinderdebug",
"libcutils",
"libutils",
"libhidlbase",
@@ -83,18 +72,15 @@ cc_binary {
cc_test {
name: "lshal_test",
test_suites: ["device-tests"],
- defaults: [
- "libvintf_static_user_defaults",
- "lshal_defaults"
- ],
+ defaults: ["lshal_defaults"],
gtest: true,
static_libs: [
- "android.hardware.tests.inheritance@1.0",
+ "android.hardware.tests.baz@1.0",
"libgmock",
- "libvintf",
],
shared_libs: [
"libhidlbase",
+ "libvintf",
],
srcs: [
"test.cpp"