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

Commit 06109a6b authored by Anton Hansson's avatar Anton Hansson
Browse files

Use filegroup defaults for framework sources

There's now a shared defaults module for this kind of filegroup. Use
that and remove the previously duplicated prop.

Bug: 271816210
Test: m
Change-Id: I7f4d8b55be3dcd3d520445c5825845f1b198c680
parent 171793e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@ java_defaults {

filegroup {
    name: "framework-bluetooth-sources",
    defaults: ["framework-sources-module-defaults"],
    srcs: [
        "java/**/*.java",
        "java/**/*.aidl",
    ],
    path: "java",
    visibility: ["//frameworks/base"],
}

// defaults shared between `framework-bluetooth` & `framework-bluetooth-pre-jarjar`