commit | 25e6c70507360754408279194ef7a65c5e8c014f | [log] [tgz] |
---|---|---|
author | Ren-Pei Zeng <kamesan@google.com> | Tue Jul 09 04:08:32 2024 +0000 |
committer | Ren-Pei Zeng <kamesan@google.com> | Wed Jul 10 05:55:06 2024 +0000 |
tree | bbfd150ff189cd98dec5ccc5a0c6fbcd6d01883b | |
parent | 387401a208d1712b8962bc02fc2ab3dd7a009816 [diff] [blame] |
Camera: Add host_support to AIDL interfaces This enables host unit tests with the interfaces. Bug: 348319796 Test: build Change-Id: I676aa02b23b53a8e5cb2bbd2be8008672eb733cc
diff --git a/camera/provider/aidl/Android.bp b/camera/provider/aidl/Android.bp index 38a8936..c055caa 100644 --- a/camera/provider/aidl/Android.bp +++ b/camera/provider/aidl/Android.bp
@@ -10,6 +10,7 @@ aidl_interface { name: "android.hardware.camera.provider", + host_supported: true, vendor_available: true, srcs: [ "android/hardware/camera/provider/*.aidl",