summaryrefslogtreecommitdiffstats
path: root/libstagefrighthw
Commit message (Collapse)AuthorAgeFilesLines
* OMAP5: Check TARGET_BOARD_PLATFORM in the root Android.mkDaniel Levin2015-02-031-9/+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
* Add liblogYing Wang2015-02-021-0/+1
| | | | | Bug: 8580410 Change-Id: Ie88b9489c314cad95246be5b8f3ff3d0963cbb63
* OMAP5: Modify colorconvert and stagefright Android.mk for OMAP4&5 onlyDan Murphy2012-11-201-1/+6
| | | | | | | | | | Modifying the Android.mk files to ensure code is only run for OMAP4 and OMAP5 boards. Change-Id: Id6664babf93c1b172a907cbfcd82041836f71ab8 Signed-off-by: Jean Johnson <jean-johnson@ti.com> Signed-off-by: Andrii Beregovenko <a.beregovenko@ti.com> Signed-off-by: Daniel Levin <dendy@ti.com>
* Switched to use header files from /frameworks/nativeJames Dong2012-03-123-3/+4
| | | | | | o related-to-bug: 6044887 Change-Id: I45362c0a68f49684e0393fc77ab4d5f55ec53716
* Do not use macros from MediaDebugJames Dong2012-02-101-6/+5
| | | | Change-Id: I7aa0b1ed0655a4b2c9474f78fc85ead9d8802446
* fix a misspelled symbol nameJames Dong2012-01-311-1/+1
| | | | Change-Id: I4959e46173b7a5ddc656630cdcb652f5159fa2b6
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I7d131473964d92c62a495d082a1207867f435885
* initial commitIliyan Malchev2011-08-083-0/+251
Change-Id: I8f7a7eeece0e516efa486b77e9d97805c0e65d3e Signed-off-by: Iliyan Malchev <malchev@google.com>