Merge changes from topic "SettingsGoogle-bp-rvc-qpr-dev-plus-aosp" into sc-dev am: ce44abb97d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13630934 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I98839538ecfd71dda6532a64fb92ece8d855b2fe
This commit is contained in:
18
Android.bp
18
Android.bp
@@ -93,3 +93,21 @@ android_library_import {
|
|||||||
name: "contextualcards",
|
name: "contextualcards",
|
||||||
aars: ["libs/contextualcards.aar"],
|
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