Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
1fe15700f7bedcc9c2c849ec9696dc4ff7f1b633
/
.
/
services
/
companion
/
Android.bp
blob: 9677a7d83bfb8f68d98794680b50c64925229258 [
file
] [
log
] [
blame
]
filegroup
{
name
:
"services.companion-sources"
,
srcs
:
[
"java/**/*.java"
],
path
:
"java"
,
visibility
:
[
"//frameworks/base/services"
],
}
java_library_static
{
name
:
"services.companion"
,
srcs
:
[
":services.companion-sources"
],
libs
:
[
"services.core"
],
}