From 4a4e89da97c5419c30ae7f4e687b8ed2990fdf22 Mon Sep 17 00:00:00 2001 From: Chaohui Wang Date: Mon, 29 May 2023 13:33:10 +0800 Subject: [PATCH] Update comment for Settings_srcs build target Otherwise no op. Bug: 284799832 Test: m Settings Change-Id: Ie2f72cf5d13c8f58d89e24fcf2acabd4844fe11d --- Android.bp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Android.bp b/Android.bp index 4d07913b11a..fd97dc36b4b 100644 --- a/Android.bp +++ b/Android.bp @@ -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"],