-
Notifications
You must be signed in to change notification settings - Fork 0
/
Android.bp
57 lines (53 loc) · 1.22 KB
/
Android.bp
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
android_app_import {
name: "DuckDuckGo",
apk: "DuckDuckGo/DuckDuckGo.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
overrides: ["Browser2"],
}
android_app_import {
name: "SimpleCalendar",
apk: "SimpleCalendar/SimpleCalendar.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
overrides: ["Calendar"],
}
android_app_import {
name: "SimpleGallery",
apk: "SimpleGallery/SimpleGallery.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
overrides: ["Gallery2"],
}
android_app_import {
name: "WeatherIcons",
apk: "WeatherIcons/WeatherIcons.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}
android_app_import {
name: "stats",
apk: "stats/stats.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}