-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroot.bp
More file actions
43 lines (40 loc) · 821 Bytes
/
root.bp
File metadata and controls
43 lines (40 loc) · 821 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
34
35
36
37
38
39
40
41
42
43
subname = "Android.bp"
build = [
"build/blueprint/Blueprints",
]
subdirs = [
"build/soong",
"vendor/xosp/build/soong",
]
optional_subdirs = [
"art",
"bionic",
"build/kati",
"build/tools/*",
"dalvik",
"development/*",
"device/*/*",
"external/*",
"frameworks/av",
"frameworks/base",
"frameworks/compile/*",
"frameworks/hardware/interfaces",
"frameworks/native",
"frameworks/rs",
"frameworks/wilhelm",
"hardware/*",
"libcore",
"libnativehelper",
"packages/apps/HTMLViewer",
"prebuilts/clang/host/linux-x86",
"prebuilts/ndk",
"prebuilts/sdk",
"system/*",
"system/hardware/interfaces",
"system/tools/*",
"test/vts",
"test/vts-testcase/*",
"vendor/*/*",
"vendor/*/*/*",
"vendor/*/*/*/*/*",
]