Merge "Update comment for Settings_srcs build target" into udc-qpr-dev am: c27682642f
am: b4758db2bd
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/23466979 Change-Id: Ib973acfef414b881b0bbb7a88177796cd8e5840e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -149,14 +149,17 @@ filegroup {
|
||||
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.
|
||||
// Deprecated. The sources for Settings need to be exposed to ArcSettings, so they can run the
|
||||
// com.android.settingslib.search.IndexableProcessor over all the sources together.
|
||||
// Use "-Acom.android.settingslib.search.processor.package=" instead to generate the search data
|
||||
// separately for different modules.
|
||||
filegroup {
|
||||
name: "Settings_srcs",
|
||||
srcs: ["src/**/*.java", "src/**/*.kt"],
|
||||
}
|
||||
|
||||
// Deprecated. Do not depend on this, only depend on Settings-core, and its manifest is also
|
||||
// included.
|
||||
filegroup {
|
||||
name: "Settings_manifest",
|
||||
srcs: ["AndroidManifest.xml"],
|
||||
|
Reference in New Issue
Block a user