summaryrefslogtreecommitdiff
path: root/services/core/Android.bp
diff options
context:
space:
mode:
authorShraddha Basantwani <shraddha.basantwani@ittiam.com>2020-03-24 18:16:28 +0530
committerShraddha Basantwani <shraddha.basantwani@ittiam.com>2020-04-27 17:51:18 +0530
commit2f0e16a8e6c4ee99cc4d0f5a1f08bbd8140f4ac2 (patch)
tree14ab2a6992e55157b4e07579c45fd5d5826858c3 /services/core/Android.bp
parentbf7cb1ca913e84234de61518a7c3bd76212a46f3 (diff)
Use generated Java bindings for CEC HAL
Replace usage of JNI methods with Java bindings. Bug: 150290661 Test: run cts -m CtsServicesHostTestCases Test: adb shell dumpsys hdmi_control Change-Id: I43c72ab6cc203da1d935bd51fc0fd11b930255ce
Diffstat (limited to 'services/core/Android.bp')
-rw-r--r--services/core/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/Android.bp b/services/core/Android.bp
index a2f73a6730b5..36bdf4f0c00f 100644
--- a/services/core/Android.bp
+++ b/services/core/Android.bp
@@ -26,7 +26,6 @@ java_library_static {
"services.net",
"android.hardware.light-V2.0-java",
"android.hardware.power-V1.0-java",
- "android.hardware.tv.cec-V1.0-java",
"android.hardware.vibrator-java",
"android.net.ipsec.ike.stubs.module_libs_api",
"app-compat-annotations",
@@ -46,6 +45,7 @@ java_library_static {
"android.hardware.health-V2.0-java",
"android.hardware.health-V2.1-java",
"android.hardware.light-java",
+ "android.hardware.tv.cec-V1.0-java",
"android.hardware.weaver-V1.0-java",
"android.hardware.biometrics.face-V1.0-java",
"android.hardware.biometrics.fingerprint-V2.1-java",