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

Commit 73b0dc0e 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 am: 03d32a0f

Change-Id: If086326eba8e7ace13e3f812350d2ee642e3bcce
parents 4d115072 03d32a0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -170,6 +170,7 @@ filegroup {


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


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


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


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


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