Skip to content

Commit 42c6d16

Browse files
gkastenandroid code review
authored andcommitted
Merge "Add empty libmedia_native in old location"
2 parents 67cf093 + e6aa25b commit 42c6d16

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)