Skip to content

Commit aa1bd6d

Browse files
gkastenAndroid Git Automerger
authored andcommitted
am d8cc142: am 42c6d16: Merge "Add empty libmedia_native in old location"
* commit 'd8cc14211a3d5597d6b5807d6c79a4631e36ba2d': Add empty libmedia_native in old location
2 parents 714d655 + d8cc142 commit aa1bd6d

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)