blob: b7577d692f512d9538a73ba57197d2cf7df6f67a [file] [log] [blame]
Andreas Huber72961232010-06-07 10:18:57 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Andreas Huberf9334412010-12-15 15:17:42 -08004LOCAL_SRC_FILES:= \
5 AAtomizer.cpp \
6 ABitReader.cpp \
7 ABuffer.cpp \
8 AHandler.cpp \
9 AHierarchicalStateMachine.cpp \
10 ALooper.cpp \
11 ALooperRoster.cpp \
12 AMessage.cpp \
13 AString.cpp \
14 base64.cpp \
Andreas Huber72961232010-06-07 10:18:57 -070015 hexdump.cpp
16
17LOCAL_C_INCLUDES:= \
James Dong559bf282012-03-28 10:29:14 -070018 frameworks/av/include/media/stagefright/foundation
Andreas Huber72961232010-06-07 10:18:57 -070019
20LOCAL_SHARED_LIBRARIES := \
21 libbinder \
Andreas Huber72961232010-06-07 10:18:57 -070022 libutils \
Andreas Huber72961232010-06-07 10:18:57 -070023
24LOCAL_CFLAGS += -Wno-multichar
25
26LOCAL_MODULE:= libstagefright_foundation
27
Iliyan Malchev9691a732011-03-14 14:02:13 -070028
Andreas Huber72961232010-06-07 10:18:57 -070029
30include $(BUILD_SHARED_LIBRARY)