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

Commit 066bc04a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "glob pattern is used for AIDL files under frameworks/base"

parents ceba0ff3 1cc9566e
Loading
Loading
Loading
Loading
+101 −704

File changed.

Preview size limit exceeded, changes collapsed.

+4 −2
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ java_sdk_library {
    ],
    api_packages: ["com.android.location.provider"],
    srcs_lib: "framework-minus-apex",
    srcs_lib_whitelist_dirs: ["location/java"],
    srcs_lib_whitelist_pkgs: ["com.android.internal.location"],
    // TODO(b/70046217): remove core/java and android below. It was added to provide definitions for
    // types like android.os.Bundle
    srcs_lib_whitelist_dirs: ["core/java", "location/java"],
    srcs_lib_whitelist_pkgs: ["android", "com.android.internal.location"],
}