-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAndroid.bp
More file actions
32 lines (25 loc) · 636 Bytes
/
Android.bp
File metadata and controls
32 lines (25 loc) · 636 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
29
30
31
32
//
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
android_app {
name: "CalyxSetupWizard",
srcs: ["src/**/*.java"],
certificate: "platform",
privileged: true,
privapp_allowlist: "org.lineageos.setupwizard.xml",
system_ext_specific: true,
platform_apis: true,
overrides: ["Provision"],
optimize: {
proguard_flags_files: ["proguard.flags"],
},
static_libs: [
"androidx.activity_activity",
"SettingsLib",
"setupcompat",
"setupdesign",
"SystemUISharedLib",
],
libs: ["telephony-common"],
}