Loading common/aidl/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ aidl_interface { ], }, cpp: { enabled: false, enabled: true, }, ndk: { apex_available: [ Loading common/fmq/aidl/Android.bp +2 −3 Original line number Diff line number Diff line Loading @@ -28,9 +28,8 @@ aidl_interface { sdk_version: "module_current", }, cpp: { // FMQ will not be supported in the cpp backend because the parcelables // are not stable enough for use in shared memory enabled: false, // FMQ is only supported for PODs with the cpp backend enabled: true, }, ndk: { apex_available: [ Loading Loading
common/aidl/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ aidl_interface { ], }, cpp: { enabled: false, enabled: true, }, ndk: { apex_available: [ Loading
common/fmq/aidl/Android.bp +2 −3 Original line number Diff line number Diff line Loading @@ -28,9 +28,8 @@ aidl_interface { sdk_version: "module_current", }, cpp: { // FMQ will not be supported in the cpp backend because the parcelables // are not stable enough for use in shared memory enabled: false, // FMQ is only supported for PODs with the cpp backend enabled: true, }, ndk: { apex_available: [ Loading