summaryrefslogtreecommitdiffstats
path: root/libion_ti
Commit message (Collapse)AuthorAgeFilesLines
* OMAP5: Check TARGET_BOARD_PLATFORM in the root Android.mkDaniel Levin2015-02-031-5/+0
| | | | | | | | | | | | | | | | | The omap4xxx projects are supposed to be buildable only for OMAP4 and OMAP5 but not OMAP3. This patch adds checking for the proper TARGET_BOARD_PLATFORM to the root Android.mk and removes useless double checking from subprojects. Change-Id: Ic103304d24c2ffdbb82b3a277d0b66e0e44e4bc0 Signed-off-by: Daniel Levin <dendy@ti.com> Conflicts: Android.mk security/smc_pa_ctrl/Android.mk security/tee_client_api/Android.mk security/tf_daemon/Android.mk
* ION: Moved ion to libion_tiDaniel Levin2012-11-197-0/+1212
Since Google approach is to have own ion library in parallel with TI ion library, latter has been renamed to ion_ti in JB MR1 and moved into hardware/ti/omap4xxx together with kernel headers. This patch updates Google ion_ti to recent version from TI JB MR0 release and moves sources to libion_ti to avoid accidental picking up of system/core/include/ion/ion.h instead of TI ion.h header. Change-Id: Icbaddbe65298a99fa7d7d5c53e9736774dc75ead Signed-off-by: Daniel Levin <dendy@ti.com>