I'm just beginner of Android and i'm using kitkat(4.4.4) source.
When i try to bulid android (not kernel), always don't build
/hardware/libhardware/tests/nusensor.
That's why i can't find its result excutable file named test-nusensor though i need it.
How can I build that file in that directory? and How can I execute result of build?
If you have already built the entire android source you can build the nusensor-test module seperately. Follow these steps to build that module alone -
source build/envsetup.sh
from the android root folderlunch
and select the correct device you want to build for./hardware/libhardware/tests/nusensor
folder and runmm
out/target/product/msm8974/system/bin/
with the nametest-nusensors
adb push out/target/product/msm8974/system/bin/test-nusensors /system/bin
adb shell /system/bin/test-nusensors