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

Commit 0fc5b6ce authored by Hongguang's avatar Hongguang Committed by Hongguang Chen
Browse files

Generate fmq java-source.

Add @hide to adil to avoid API export in framework.

Bug: 194739778
Test: make and use fmq java-source in framework
Change-Id: Ie1f7e8f9a36a1f09258581d484843f372f56e03e
Merged-In: Ie1f7e8f9a36a1f09258581d484843f372f56e03e
parent b68fc323
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ aidl_interface {
    backend: {
        java: {
            sdk_version: "module_current",
            srcs_available: true,
        },
        cpp: {
            enabled: false,
+1 −0
Original line number Diff line number Diff line
12cf0ce8614557cc0efe73bdf011f5193f7a8653
6a780550f6e6965d6969fd7964c3ca81b6b0ccdf
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.common.fmq;
/* @hide */
@VintfStability
parcelable GrantorDescriptor {
  int fdIndex;
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.common.fmq;
/* @hide */
@VintfStability
parcelable MQDescriptor<T, Flavor> {
  android.hardware.common.fmq.GrantorDescriptor[] grantors;
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.common.fmq;
/* @hide */
@VintfStability
enum SynchronizedReadWrite {
  EMPTY = 0,
Loading