summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-10-02 16:14:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-10-02 16:14:47 +0000
commite4b01afed5c0acf8b8580dee2920449241f9a8ec (patch)
tree10ad9cb762ca9ff7873a937096629c74d42ac070
parent79e334ba259080677bd0d85d1824b7e55a8a5559 (diff)
parent8a87e2d26ef5bda116145b2c0cf545d0eb6ad059 (diff)
downloadplatform_test_vts-testcase_hal-ndk-sysroot-r21.tar.gz
platform_test_vts-testcase_hal-ndk-sysroot-r21.tar.bz2
platform_test_vts-testcase_hal-ndk-sysroot-r21.zip
Merge "Remove libhwbinder/libhidltransport deps"ndk-sysroot-r21
-rw-r--r--Android.bp2
-rw-r--r--thermal/V1_0/target_stress/Android.bp2
-rw-r--r--treble/vintf/Android.bp1
3 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 1ec2e46e..ac43311c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -5,8 +5,6 @@ cc_defaults {
"libcutils",
"liblog",
"libhidlbase",
- "libhidltransport",
- "libhwbinder",
"libutils",
],
cflags: [
diff --git a/thermal/V1_0/target_stress/Android.bp b/thermal/V1_0/target_stress/Android.bp
index 19de73da..37d5c3a9 100644
--- a/thermal/V1_0/target_stress/Android.bp
+++ b/thermal/V1_0/target_stress/Android.bp
@@ -23,8 +23,6 @@ cc_test {
"liblog",
"libcutils",
"libhidlbase",
- "libhidltransport",
- "libhwbinder",
"libnativehelper",
"libutils",
"android.hardware.thermal@1.0",
diff --git a/treble/vintf/Android.bp b/treble/vintf/Android.bp
index c9046198..9aaa8f8d 100644
--- a/treble/vintf/Android.bp
+++ b/treble/vintf/Android.bp
@@ -24,7 +24,6 @@ cc_defaults {
"libbinder",
"libcutils",
"libhidlbase",
- "libhidltransport",
"liblog",
"libutils",
"libz",