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

Commit 6da0f4e0 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I7a1b0f749c0294f97b749f5e00df2001577b5cb2
parents 8eebd377 07ba724d
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