Skip to content

Commit e6aa25b

Browse files
gkastencco3
authored andcommitted
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
1 parent 67cf093 commit e6aa25b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

media/libmedia_native/Android.mk

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
LOCAL_PATH := $(call my-dir)
2+
3+
include $(CLEAR_VARS)
4+
5+
LOCAL_SRC_FILES :=
6+
7+
LOCAL_MODULE:= libmedia_native
8+
9+
LOCAL_MODULE_TAGS := optional
10+
11+
include $(BUILD_SHARED_LIBRARY)

0 commit comments

Comments
 (0)