The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
| 4 | LOCAL_SRC_FILES:= \ |
Dan Morrill | e4d9a01 | 2013-03-28 18:10:43 -0700 | [diff] [blame] | 5 | android_media_SoundPool_SoundPoolImpl.cpp |
Eric Laurent | f5e1812 | 2012-03-26 10:47:22 -0700 | [diff] [blame] | 6 | |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 7 | LOCAL_SHARED_LIBRARIES := \ |
Ying Wang | d685894 | 2013-04-09 21:54:12 -0700 | [diff] [blame] | 8 | liblog \ |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 9 | libcutils \ |
| 10 | libutils \ |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 11 | libandroid_runtime \ |
| 12 | libnativehelper \ |
Glenn Kasten | b24a1b7 | 2012-10-30 10:59:52 -0700 | [diff] [blame] | 13 | libmedia |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 14 | |
| 15 | LOCAL_MODULE:= libsoundpool |
| 16 | |
| 17 | include $(BUILD_SHARED_LIBRARY) |