Skip to content

Commit

Permalink
Add generated files for ndk-build
Browse files Browse the repository at this point in the history
Auto generated by ndk-box-kitchen
  • Loading branch information
topjohnwu committed Sep 12, 2019
1 parent 2b8b3cb commit b7cba59
Show file tree
Hide file tree
Showing 11 changed files with 24,006 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Android.mk
@@ -0,0 +1,18 @@
LOCAL_PATH := $(call my-dir)
VERSION = 1
PATCHLEVEL = 30
SUBLEVEL = 1
EXTRAVERSION = -topjohnwu
BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)

include $(CLEAR_VARS)
LOCAL_MODULE := busybox
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_LDFLAGS := -static
LOCAL_CFLAGS := \
-w -include include/autoconf.h -D__USE_BSD \
-DBB_VER=\"$(BB_VER)\" -DBB_BT=AUTOCONF_TIMESTAMP \
-D'wait3(wstatus, options, rusage)=wait4(-1, wstatus, options, rusage)'
LOCAL_DISABLE_FORMAT_STRING_CHECKS := true
include $(LOCAL_PATH)/Android_src.mk
include $(BUILD_EXECUTABLE)

0 comments on commit b7cba59

Please sign in to comment.