diff options
author | Vishal Mahaveer | 2013-05-20 22:36:27 -0500 |
---|---|---|
committer | Vishal Mahaveer | 2013-05-20 22:36:27 -0500 |
commit | 50f40113fdb6fc0a36e63ba4e4bcb0a7c874ad91 (patch) | |
tree | a3f166d43dcd00dd744063efdf18f0ab587660e9 | |
parent | 8d2029a8e93e7182f15576453d90bbde3d1184f1 (diff) | |
download | device-ti-common-open-50f40113fdb6fc0a36e63ba4e4bcb0a7c874ad91.tar.gz device-ti-common-open-50f40113fdb6fc0a36e63ba4e4bcb0a7c874ad91.tar.xz device-ti-common-open-50f40113fdb6fc0a36e63ba4e4bcb0a7c874ad91.zip |
audio: extend Android.mk for jacinto6 platform
Extend Android.mk to build for jacinto6 platform as well.
Change-Id: I66a62fed96d8e213acb1073c2c1cf3dd7283a426
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r-- | audio/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/Android.mk b/audio/Android.mk index 4d2770d..2d0ff86 100644 --- a/audio/Android.mk +++ b/audio/Android.mk | |||
@@ -12,7 +12,7 @@ | |||
12 | # See the License for the specific language governing permissions and | 12 | # See the License for the specific language governing permissions and |
13 | # limitations under the License. | 13 | # limitations under the License. |
14 | 14 | ||
15 | ifeq ($(findstring omap, $(TARGET_BOARD_PLATFORM)),omap) | 15 | ifeq ($(TARGET_BOARD_PLATFORM), $(filter $(TARGET_BOARD_PLATFORM), omap4 omap5 jacinto6)) |
16 | ifdef OMAP_ENHANCEMENT | 16 | ifdef OMAP_ENHANCEMENT |
17 | 17 | ||
18 | LOCAL_PATH := $(call my-dir) | 18 | LOCAL_PATH := $(call my-dir) |