HI:
I want to port DSP to the android2.3.4
I check the harware/ti have the following directories
am45x omap3 sgx wlan wpan
No directory "omap" there. In this directory ,video audio libraries are built.
but I can find "omap" on androird2.3 or froyo.
This means I should set HARDWARE_OMX to use dspbridge in the BoardConfig.mk?
But TI just release dvsdk_dm3730-evm_04_03_00_06_setuplinux on 2011/12/23.
I can build the drivers. but these drivers must be used with libraries in the omap.
Can I copy "omap" directory from android2.3.
My question is
which shoild I use(HARDWARE_OMX or dvsdk_dm3730-evm_04_03_00_06_setuplinux) ? and how to get omap directory?