dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(UI): add status bar & navigation bar control
huangcm
2025-04-11
48566d1cda2d109a94496c806286f47b8984166d
[~lzh/A133.git]
/
android
/
frameworks
/
base
/
tests
/
SharedLibrary
/
lib
/
Android.bp
1
2
3
4
5
6
7
8
9
10
11
android_app {
name: "SharedLibrary",
srcs: ["**/*.java"],
aaptflags: ["--shared-lib"],
sdk_version: "current",
export_package_resources: true,
privileged: true,
optimize: {
proguard_flags_files: ["proguard.proguard"],
},
}