summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHochi Huang <hochi.huang@mediatek.com>2014-05-31 00:01:54 +0800
committerBart Sears <bsears@google.com>2014-05-30 18:44:08 -0700
commit89b620501244b9121f9e812d2c6d8ca5570cad65 (patch)
tree8495a9911f8b971cb97aafb0091dc0d60762a10b
parent73f3a2d48c50e6c96e9fefa1bc197eb7e4418a6e (diff)
downloadmediatek-89b620501244b9121f9e812d2c6d8ca5570cad65.tar.gz
[Issue 14475132] aosp_arm builds are broken for klp-sprout-dev
Cleaned up whitespace in README Change-Id: I3f66b900295bf60478e7be7147b405295abf15eb
-rw-r--r--libmtkplayer/Android.mk7
-rw-r--r--libmtkplayer/README27
-rwxr-xr-xlibmtkplayer/libmtkplayer.sobin0 -> 13596 bytes
3 files changed, 34 insertions, 0 deletions
diff --git a/libmtkplayer/Android.mk b/libmtkplayer/Android.mk
new file mode 100644
index 0000000..916772a
--- /dev/null
+++ b/libmtkplayer/Android.mk
@@ -0,0 +1,7 @@
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+LOCAL_MODULE := libmtkplayer
+LOCAL_SRC_FILES := libmtkplayer.so
+LOCAL_MODULE_CLASS := SHARED_LIBRARIES
+LOCAL_MODULE_SUFFIX := .so
+include $(BUILD_PREBUILT)
diff --git a/libmtkplayer/README b/libmtkplayer/README
new file mode 100644
index 0000000..7447a2f
--- /dev/null
+++ b/libmtkplayer/README
@@ -0,0 +1,27 @@
+The dynamic library 'libmtkplayer.so' is a FM Audio Player Native implementation
+This library is pre-built by Mediatek internal
+
+WHAT IT DOES?
+=============
+libmtkplayer.so is used to control FM audio data flow.
+
+HOW IT WAS BUILT?
+==================
+It needs the following libs from AOSP:
+1. libcutils.so
+2. libutils.so
+3. libbinder.so
+4. libmedia.so
+
+and the following libs from MediaTek:
+1. libaudiosetting.so
+
+HOW TO USE IT?
+==============
+The dynamic library 'libmtkplayer.so' is used by
+'libmediaplayerservice.so' to create FM Audio Player
+
+Source
+==============
+All the source code of the bin files were written by MediaTek Co.
+
diff --git a/libmtkplayer/libmtkplayer.so b/libmtkplayer/libmtkplayer.so
new file mode 100755
index 0000000..2616b26
--- /dev/null
+++ b/libmtkplayer/libmtkplayer.so
Binary files differ