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

Commit 3e40dc16 authored by Nikita Putikhin's avatar Nikita Putikhin
Browse files

Make fmq product_available

Vendors already can use these targets on /vendor. This change makes them
available to /product as well.

More about product partitions:
https://source.android.com/docs/core/architecture/partitions/product-partitions

Bug: 336989719
Test: mm
Change-Id: I2cb1817525d4b2b3033e0e633ea2f8e7f5653a6c
parent 75b081da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: [
+1 −0
Original line number Diff line number Diff line
@@ -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",
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ package {
cc_library_static {
    name: "libaidlcommonsupport",
    vendor_available: true,
    product_available: true,
    host_supported: true,
    target: {
        darwin: {