Merge "Support LauncherGoGoogle builds in Android.bp" into sc-dev
This commit is contained in:
+27
@@ -211,3 +211,30 @@ filegroup {
|
|||||||
name: "launcher-proguard-rules",
|
name: "launcher-proguard-rules",
|
||||||
srcs: ["proguard.flags"],
|
srcs: ["proguard.flags"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Library with all the dependencies for building Launcher Go
|
||||||
|
android_library {
|
||||||
|
name: "LauncherGoResLib",
|
||||||
|
srcs: [
|
||||||
|
"src/**/*.java",
|
||||||
|
"quickstep/src/**/*.java",
|
||||||
|
"go/src/**/*.java",
|
||||||
|
"go/quickstep/src/**/*.java",
|
||||||
|
],
|
||||||
|
resource_dirs: [
|
||||||
|
"go/res",
|
||||||
|
"go/quickstep/res",
|
||||||
|
],
|
||||||
|
static_libs: [
|
||||||
|
"Launcher3CommonDepsLib",
|
||||||
|
"QuickstepResLib",
|
||||||
|
],
|
||||||
|
manifest: "quickstep/AndroidManifest-launcher.xml",
|
||||||
|
additional_manifests: [
|
||||||
|
"go/AndroidManifest.xml",
|
||||||
|
"AndroidManifest-common.xml",
|
||||||
|
],
|
||||||
|
min_sdk_version: "29",
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user