Skip to content

Commit

Permalink
Add mising android.mk for libuv & tvos prebuild libs (#322)
Browse files Browse the repository at this point in the history
* add missing uv/Android.mk

* add libuv for tvos
  • Loading branch information
PatriceJiang authored and minggo committed Sep 5, 2018
1 parent 3f83f54 commit 984e6a9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions uv/prebuilt/android/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE := uv_static
LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libuv_a.a
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/../../include

include $(PREBUILT_STATIC_LIBRARY)
Binary file added uv/prebuilt/tvos/arm64/libuv_a.a
Binary file not shown.
Binary file added uv/prebuilt/tvos/libuv_a.a
Binary file not shown.
Binary file added uv/prebuilt/tvos/x86_64/libuv_a.a
Binary file not shown.
Binary file modified websockets/prebuilt/tvos/libwebsockets.a
Binary file not shown.

0 comments on commit 984e6a9

Please sign in to comment.