Repo created
This commit is contained in:
parent
6e9a0d01ce
commit
7ee9806fba
2415 changed files with 312708 additions and 2 deletions
10
tcpdump/jni/stub/Android.mk
Normal file
10
tcpdump/jni/stub/Android.mk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Build stub library in order to declare shared library to include to AAR
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := tcpdump_exec
|
||||
LOCAL_SRC_FILES := stub.c
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
Loading…
Add table
Add a link
Reference in a new issue