Issue
I just cloned libhardware from https://android.googlesource.com/platform/hardware/libhardware/ how do I build shared library out of this.
I tried using below command,
ndk-build APP_BUILD_SCRIPT=Android.mk NDK_PROJECT_PATH=.
but i see this message
"Android NDK: WARNING: There are no modules to build in this project!"
Solution
Personally, I did not try to build libhardware standalone. I downloaded full AOSP project and build it using official guide. Yes, it will take a lot of time, but finally you get all libraries including libhardware :)
Answered By - iamantony
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.