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

Commit 486eb760 authored by Anton Hansson's avatar Anton Hansson
Browse files

Make framework-all composed of other framework jars

(partial cherry-pick)

This avoids duplicating the compilation of the module java source
code, as well as maintaining the compilation rules in two places.

Bug: 149906971
Test: m FrameworkServicesRoboTests
Change-Id: I1cea62aaedb7e653648130e3d315761c0c9aece4
Merged-In: I1cea62aaedb7e653648130e3d315761c0c9aece4
parent 09159170
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -115,7 +115,10 @@ java_defaults {
    stubs_library_visibility: ["//visibility:public"],
    stubs_library_visibility: ["//visibility:public"],


    // Hide impl library and stub sources
    // Hide impl library and stub sources
    impl_library_visibility: [":__package__"],
    impl_library_visibility: [
        ":__package__",
        "//frameworks/base", // For framework-all
    ],
    stubs_source_visibility: ["//visibility:private"],
    stubs_source_visibility: ["//visibility:private"],


    defaults_visibility: ["//visibility:private"],
    defaults_visibility: ["//visibility:private"],