Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
1bfb5e709728959eb77cb756a2db80ecdc7549e1
/
.
/
services
/
wifi
/
Android.bp
blob: 608fc2c7a55ef86f066c5c3dd196c3ce7a146381 [
file
] [
log
] [
blame
]
// Interfaces between the core system and the wifi mainline module.
java_library_static
{
name
:
"services.wifi"
,
srcs
:
[
"java/**/*.java"
,
"java/**/*.aidl"
,
],
aidl
:
{
local_include_dirs
:
[
"java"
]
},
libs
:
[
"services.net"
,
],
}