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

Commit 701fa1a9 authored by Jiyong Park's avatar Jiyong Park
Browse files

Mark some aidl_interface modules as unstable

With b/152655547, all aidl_interface modules are considered as stable
unless it is explicitly with "unstable: true". This change marks the
aidl_interface that are not used across updatable module bounraries
as unstable, so that the build system does not run the API
dumping/checking on them.

Exempt-From-Owner-Approval: cherry-pick from internal

Bug: 152655547
Test: m
Merged-In: Ib99b57fde95887d1725ef7a4bdd3daf979aa059b
(cherry picked from commit 03f7b892)
Change-Id: Ib99b57fde95887d1725ef7a4bdd3daf979aa059b
parent d656fe27
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -168,6 +168,7 @@ filegroup {

aidl_interface {
    name: "libbinder_aidl_test_stub",
    unstable: true,
    local_include_dir: "aidl",
    srcs: [":libbinder_aidl"],
    vendor_available: true,
+2 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ cc_test {

aidl_interface {
    name: "IBinderVendorDoubleLoadTest",
    unstable: true,
    vendor: true,
    srcs: [
        "IBinderVendorDoubleLoadTest.aidl",
@@ -100,6 +101,7 @@ aidl_interface {

aidl_interface {
    name: "IBinderNdkUnitTest",
    unstable: true,
    srcs: [
        "IBinderNdkUnitTest.aidl",
        "IEmpty.aidl",
+1 −0
Original line number Diff line number Diff line
@@ -137,6 +137,7 @@ cc_test {

aidl_interface {
    name: "binderStabilityTestIface",
    unstable: true,
    srcs: [
        "IBinderStabilityTest.aidl",
    ],
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ hidl_package_root {

aidl_interface {
    name: "binderthreadstateutilstest.aidl",
    unstable: true,
    srcs: ["IAidlStuff.aidl"],
}