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

Commit 07ba724d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Export Wifi Parcelables AIDLs from framework.jar" am: 5ccfef6e

Change-Id: I575ddb5008d16ebcb32a8fc5196cd82f9eda1e11
parents bbfcf7fc 5ccfef6e
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