dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(build): add auto build support
lin
2025-04-16
ddfd1960bbbcff04beea3129c53b2dbe43482ce8
[~lzh/A133.git]
/
android
/
kernel
/
tests
/
Android.bp
1
2
3
4
5
6
7
8
9
10
11
12
python_defaults {
name: "kernel_tests_defaults",
version: {
py2: {
embedded_launcher: true,
enabled: true,
},
py3: {
enabled: false,
},
},
}