Skip to content

Commit 97824b7

Browse files
gkastenAndroid Git Automerger
authored andcommitted
am aa1bd6d: am d8cc142: am 42c6d16: Merge "Add empty libmedia_native in old location"
* commit 'aa1bd6dec676ab81e14ca428427d2b8c627c83fa': Add empty libmedia_native in old location
2 parents 66c36b8 + aa1bd6d commit 97824b7

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)