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

Commit b4758db2 authored by Chaohui Wang's avatar Chaohui Wang Committed by Automerger Merge Worker
Browse files

Merge "Update comment for Settings_srcs build target" into udc-qpr-dev am: c2768264

parents 5176db8a c2768264
Loading
Loading
Loading
Loading
+6 −3
Original line number Original line Diff line number Diff line
@@ -149,14 +149,17 @@ filegroup {
    srcs: ["proguard.flags"],
    srcs: ["proguard.flags"],
}
}


// The sources for Settings need to be exposed to SettingsGoogle, etc.
// Deprecated. The sources for Settings need to be exposed to ArcSettings, so they can run the
// so they can run the com.android.settingslib.search.IndexableProcessor
// com.android.settingslib.search.IndexableProcessor over all the sources together.
// over all the sources together.
// Use "-Acom.android.settingslib.search.processor.package=" instead to generate the search data
// separately for different modules.
filegroup {
filegroup {
    name: "Settings_srcs",
    name: "Settings_srcs",
    srcs: ["src/**/*.java", "src/**/*.kt"],
    srcs: ["src/**/*.java", "src/**/*.kt"],
}
}


// Deprecated. Do not depend on this, only depend on Settings-core, and its manifest is also
// included.
filegroup {
filegroup {
    name: "Settings_manifest",
    name: "Settings_manifest",
    srcs: ["AndroidManifest.xml"],
    srcs: ["AndroidManifest.xml"],