forked from LineageOS/android_packages_apps_SetupWizard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAndroid.bp
More file actions
33 lines (26 loc) · 691 Bytes
/
Android.bp
File metadata and controls
33 lines (26 loc) · 691 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
33
//
// SPDX-FileCopyrightText: 2021-2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
android_app {
name: "LineageSetupWizard",
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",
"org.lineageos.platform.internal",
],
libs: ["telephony-common"],
}