summaryrefslogtreecommitdiffstats
path: root/media/libmedia_native
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@android.com>2012-03-15 12:53:43 -0700
committerConley Owens <cco3@android.com>2012-03-15 15:32:20 -0700
commit2ae5a73d4994bd294ee17b8bfb8d722ef9a2564a (patch)
tree25d8161f745d381d599e728f11b30d708caae8e6 /media/libmedia_native
parentdc1696c890698d55aade9dbadf3148c2fac01cd0 (diff)
downloadframeworks_av-2ae5a73d4994bd294ee17b8bfb8d722ef9a2564a.zip
frameworks_av-2ae5a73d4994bd294ee17b8bfb8d722ef9a2564a.tar.gz
frameworks_av-2ae5a73d4994bd294ee17b8bfb8d722ef9a2564a.tar.bz2
Add empty libmedia_native in old location
Submitting this first, in the old location, will allow early testing of the build for all the dependent projects. Then those projects will not need to be updated atomically when libmedia_native is moved. Change-Id: I31ab315e53970986d18a4e3b1673e31460f6a3f1
Diffstat (limited to 'media/libmedia_native')
-rw-r--r--media/libmedia_native/Android.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/media/libmedia_native/Android.mk b/media/libmedia_native/Android.mk
new file mode 100644
index 0000000..065a90f
--- /dev/null
+++ b/media/libmedia_native/Android.mk
@@ -0,0 +1,11 @@
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES :=
+
+LOCAL_MODULE:= libmedia_native
+
+LOCAL_MODULE_TAGS := optional
+
+include $(BUILD_SHARED_LIBRARY)