Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_hardware_libhardware
/
13a19e11e65e4af7832e0358cda9176b4ada46b1
/
.
/
tests
/
nusensors
/
Android.bp
blob: e9234684186f7177c1a4e52fff67f83177c77528 [
file
] [
log
] [
blame
]
Dan Willemsen
f51bf92
2016-07-12 22:29:13 -0700
[
diff
] [
blame
]
1
cc_binary
{
2
name
:
"test-nusensors"
,
3
4
srcs
:
[
"nusensors.cpp"
],
5
6
shared_libs
:
[
7
"libcutils"
,
8
"libhardware"
,
9
],
10
}