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

Commit 5ccfef6e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Export Wifi Parcelables AIDLs from framework.jar"

parents 7a028c7f 859af508
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -217,6 +217,14 @@ filegroup {
    path: "wifi/java",
}

filegroup {
    name: "framework-wifi-updatable-exported-aidl-sources",
    srcs: [
        "wifi/aidl-export/**/*.aidl",
    ],
    path: "wifi/aidl-export",
}

filegroup {
    name: "framework-non-updatable-sources",
    srcs: [
@@ -280,6 +288,7 @@ filegroup {
    srcs: [
        ":framework-sdkextensions-sources",
        ":framework-tethering-srcs",
        ":framework-wifi-updatable-exported-aidl-sources",
        ":updatable-media-srcs",
        ":ike-srcs",
    ]
@@ -317,6 +326,7 @@ java_defaults {
            "telecomm/java",
            "telephony/java",
            "wifi/java",
            "wifi/aidl-export",
        ],
    },
}
Loading