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

Commit 81062029 authored by Colin Cross's avatar Colin Cross Committed by Android (Google) Code Review
Browse files

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

Merge "Export proguard.flags, manifest and sources for use by SettingsGoogle" into rvc-qpr-dev-plus-aosp
parents 227d74be 38d3b0fa
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -109,3 +109,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"],
}