Files
hardware_interfaces/camera/common/aidl/Android.bp
Ren-Pei Zeng 25e6c70507 Camera: Add host_support to AIDL interfaces
This enables host unit tests with the interfaces.

Bug: 348319796
Test: build
Change-Id: I676aa02b23b53a8e5cb2bbd2be8008672eb733cc
2024-07-10 05:55:06 +00:00

37 lines
900 B
Plaintext

package {
default_team: "trendy_team_camera_framework",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_interfaces_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_interfaces_license"],
}
aidl_interface {
name: "android.hardware.camera.common",
host_supported: true,
vendor_available: true,
srcs: ["android/hardware/camera/common/*.aidl"],
frozen: true,
stability: "vintf",
backend: {
cpp: {
enabled: false,
},
java: {
enabled: false,
},
rust: {
enabled: true,
},
},
versions_with_info: [
{
version: "1",
imports: [],
},
],
}