[automerge] Export proguard.flags, manifest and sources for use by SettingsGoogle 2p: 38d3b0fa18
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13630934 Change-Id: Ib371c7b6779f7e7ecde0e1eec489cc3a0672ed42
This commit is contained in:
18
Android.bp
18
Android.bp
@@ -93,3 +93,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"],
|
||||
}
|
||||
|
Reference in New Issue
Block a user