diff options
author | Daniel Levin <dendy@ti.com> | 2012-12-21 17:15:48 +0200 |
---|---|---|
committer | Hashcode <hashcode0f@gmail.com> | 2015-02-03 13:36:13 -0800 |
commit | 273ffe268a14a270550d584bbaf9c10fed90e3b9 (patch) | |
tree | 461f36c9c9232173d0e423cc6f6428651b932949 /camera | |
parent | 7c1db5386a51eb8fbf79930c8f452214a710d6c2 (diff) | |
download | hardware_ti_omap4-273ffe268a14a270550d584bbaf9c10fed90e3b9.zip hardware_ti_omap4-273ffe268a14a270550d584bbaf9c10fed90e3b9.tar.gz hardware_ti_omap4-273ffe268a14a270550d584bbaf9c10fed90e3b9.tar.bz2 |
OMAP5: Check TARGET_BOARD_PLATFORM in the root Android.mk
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
Diffstat (limited to 'camera')
-rwxr-xr-x | camera/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/camera/Android.mk b/camera/Android.mk index 77cd959..a514e45 100755 --- a/camera/Android.mk +++ b/camera/Android.mk @@ -1,5 +1,3 @@ -ifeq ($(findstring omap, $(TARGET_BOARD_PLATFORM)),omap) - LOCAL_PATH:= $(call my-dir) #OMAP4_CAMERA_HAL_USES:= OMX @@ -250,4 +248,3 @@ include $(BUILD_HEAPTRACKED_SHARED_LIBRARY) endif endif endif -endif |