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

Commit 38d3b0fa authored by Colin Cross's avatar Colin Cross
Browse files

Export proguard.flags, manifest and sources for use by SettingsGoogle

This relands I3d2f042a9ebf4a6f551449904eb77a34f637f28f.

Bug: 175124789
Change-Id: I1cc3796f31e7db3d8f062436ebc618d93db19822
Test: m SettingsGoogle
Test: m RunSettingsGoogleRoboTests
parent d558605a
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -92,3 +92,21 @@ android_library_import {
    name: "contextualcards",
    aars: ["libs/contextualcards.aar"],
}

filegroup {
    name: "Settings_proguard_flags",
    srcs: ["proguard.flags"],
}

// The sources for Settings need to be exposed to SettingsGoogle, etc.
// so they can run the com.android.settingslib.search.IndexableProcessor
// over all the sources together.
filegroup {
    name: "Settings_srcs",
    srcs: ["src/**/*.java"],
}

filegroup {
    name: "Settings_manifest",
    srcs: ["AndroidManifest.xml"],
}