mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "Make fmq product_available" into main
This commit is contained in:
@@ -11,6 +11,7 @@ aidl_interface {
|
||||
name: "android.hardware.common",
|
||||
host_supported: true,
|
||||
vendor_available: true,
|
||||
product_available: true,
|
||||
double_loadable: true,
|
||||
vndk_use_version: "2",
|
||||
srcs: [
|
||||
|
||||
@@ -11,6 +11,7 @@ aidl_interface {
|
||||
name: "android.hardware.common.fmq",
|
||||
host_supported: true,
|
||||
vendor_available: true,
|
||||
product_available: true,
|
||||
double_loadable: true,
|
||||
srcs: [
|
||||
"android/hardware/common/fmq/*.aidl",
|
||||
|
||||
@@ -10,6 +10,7 @@ package {
|
||||
cc_library_static {
|
||||
name: "libaidlcommonsupport",
|
||||
vendor_available: true,
|
||||
product_available: true,
|
||||
host_supported: true,
|
||||
target: {
|
||||
darwin: {
|
||||
|
||||
Reference in New Issue
Block a user