diff options
author | Vishal Mahaveer | 2013-05-21 11:34:28 -0500 |
---|---|---|
committer | Gerrit Code Review | 2013-05-21 11:34:29 -0500 |
commit | 050bc34f7c7607cd361215e1e9170b8e221686c9 (patch) | |
tree | a3f166d43dcd00dd744063efdf18f0ab587660e9 | |
parent | 801bba2a8c772639506f46b88911feb14b701f6b (diff) | |
parent | 50f40113fdb6fc0a36e63ba4e4bcb0a7c874ad91 (diff) | |
download | device-ti-common-open-050bc34f7c7607cd361215e1e9170b8e221686c9.tar.gz device-ti-common-open-050bc34f7c7607cd361215e1e9170b8e221686c9.tar.xz device-ti-common-open-050bc34f7c7607cd361215e1e9170b8e221686c9.zip |
Merge "audio: extend Android.mk for jacinto6 platform" into d-jb-mr1-release
-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) |