forked from Havoc-OS/android_packages_apps_ConfigCenter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAndroid.bp
More file actions
28 lines (25 loc) · 748 Bytes
/
Android.bp
File metadata and controls
28 lines (25 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Build the ConfigCenter library
android_library {
name: "ConfigCenter-core",
platform_apis: true,
defaults: [
"SettingsLibDefaults",
],
srcs: ["src/**/*.java"],
static_libs: [
"androidx-constraintlayout_constraintlayout",
"androidx.slice_slice-builders",
"androidx.slice_slice-core",
"androidx.slice_slice-view",
"androidx.core_core",
"androidx.appcompat_appcompat",
"androidx.cardview_cardview",
"androidx.preference_preference",
"androidx.recyclerview_recyclerview",
"com.google.android.material_material",
"androidx-constraintlayout_constraintlayout-solver",
],
libs: [
"app-compat-annotations",
],
}