Export proguard.flags, manifest and sources for use by SettingsGoogle
Bug: 175124789 Test: m SettingsGoogle Test: m RunSettingsGoogleRoboTests Change-Id: I3d2f042a9ebf4a6f551449904eb77a34f637f28f
This commit is contained in:
committed by
Tsung-Mao Fang
parent
7a418b240e
commit
6145b3dd16
18
Android.bp
18
Android.bp
@@ -92,3 +92,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