commit | ef2da6da7f08513f50f389d2ebc831f2c85e6489 | [log] [tgz] |
---|---|---|
author | Chungjui Fan <chungjuifan@google.com> | Wed Jan 19 12:08:40 2022 +0800 |
committer | Evan Severson <evanseverson@google.com> | Thu Feb 03 17:59:05 2022 -0800 |
tree | 00b3f488aa3dc9ef6cf6ed114b099baf54cb6a15 | |
parent | c91de482929c021f0df248721034c836c3249e1d [diff] [blame] |
Add CAMERA in light type for android.hardware.light Bug: 199718333 Test: VTS pass Change-Id: I3c5c30ae557b3e35b2a995bfd9a75a86192651ba
diff --git a/light/aidl/default/Android.bp b/light/aidl/default/Android.bp index 2ccf140..7920503 100644 --- a/light/aidl/default/Android.bp +++ b/light/aidl/default/Android.bp
@@ -16,7 +16,7 @@ shared_libs: [ "libbase", "libbinder_ndk", - "android.hardware.light-V1-ndk", + "android.hardware.light-V2-ndk", ], srcs: [ "Lights.cpp",