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

Commit f38d1caa authored by Jiyong Park's avatar Jiyong Park Committed by Automerger Merge Worker
Browse files

Merge "Mark some aidl_interface modules as unstable" into rvc-dev am: 0a3da7b7

Change-Id: Ib58be720bd568babbe9355b55975e66579f789c2
parents 997cace1 0a3da7b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -170,6 +170,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"],
}