Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25e6c705 authored by Ren-Pei Zeng's avatar Ren-Pei Zeng
Browse files

Camera: Add host_support to AIDL interfaces

This enables host unit tests with the interfaces.

Bug: 348319796
Test: build
Change-Id: I676aa02b23b53a8e5cb2bbd2be8008672eb733cc
parent 387401a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ package {

aidl_interface {
    name: "android.hardware.camera.common",
    host_supported: true,
    vendor_available: true,
    srcs: ["android/hardware/camera/common/*.aidl"],
    frozen: true,
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ package {

aidl_interface {
    name: "android.hardware.camera.device",
    host_supported: true,
    vendor_available: true,
    srcs: ["android/hardware/camera/device/*.aidl"],
    frozen: true,
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ package {

aidl_interface {
    name: "android.hardware.camera.metadata",
    host_supported: true,
    vendor_available: true,
    srcs: ["android/hardware/camera/metadata/*.aidl"],
    frozen: true,
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ package {

aidl_interface {
    name: "android.hardware.camera.provider",
    host_supported: true,
    vendor_available: true,
    srcs: [
        "android/hardware/camera/provider/*.aidl",