~xnox/ubuntu/trusty/gcc-arm-linux-androideabi/dima

« back to all changes in this revision

Viewing changes to android/hardware/ti/omap4xxx/libtiutils/Android.mk

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-07-05 10:12:24 UTC
  • Revision ID: package-import@ubuntu.com-20130705101224-6qo3e8jbz8p31aa1
Tags: upstream-0.20130705.1
ImportĀ upstreamĀ versionĀ 0.20130705.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################
 
2
 
 
3
LOCAL_PATH:= $(call my-dir)
 
4
 
 
5
include $(CLEAR_VARS)
 
6
 
 
7
LOCAL_PRELINK_MODULE := false
 
8
 
 
9
LOCAL_SRC_FILES:= \
 
10
    MessageQueue.cpp \
 
11
    Semaphore.cpp \
 
12
    ErrorUtils.cpp
 
13
    
 
14
LOCAL_SHARED_LIBRARIES:= \
 
15
    libdl \
 
16
    libui \
 
17
    libbinder \
 
18
    libutils \
 
19
    libcutils
 
20
 
 
21
LOCAL_C_INCLUDES += \
 
22
        bionic/libc/include \
 
23
        hardware/ti/omap4xxx/domx/omx_core/inc \
 
24
        hardware/ti/omap4xxx/domx/mm_osal/inc
 
25
        
 
26
LOCAL_CFLAGS += -fno-short-enums 
 
27
 
 
28
# LOCAL_CFLAGS +=
 
29
 
 
30
LOCAL_MODULE:= libtiutils
 
31
LOCAL_MODULE_TAGS:= optional
 
32
 
 
33
include $(BUILD_HEAPTRACKED_SHARED_LIBRARY)