From e6aa25bb8e29af5e3fb0a20e3b5a13896a3b0093 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Thu, 15 Mar 2012 12:53:43 -0700 Subject: [PATCH] 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 --- media/libmedia_native/Android.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 media/libmedia_native/Android.mk diff --git a/media/libmedia_native/Android.mk b/media/libmedia_native/Android.mk new file mode 100644 index 0000000000000..065a90f38ebff --- /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)