I am trying to create a simple app for testing that will toggle an LED on the phone as needed. I have the NDK set up and my c code compiles, but I don't know how to link it to the actual hardware function that would set the LED. I'm using the actual source code for the hardware, it's not in an exposed library. Do I need to create a static library for it to use? Would it maybe be easier to add an android API for this somehow rather than using the NDK?
For reference, this is Android 2.1 on a Qualcomm MSM7627. Jonathan -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
