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-busybox-kitchen
  • Loading branch information
topjohnwu committed Feb 21, 2018
1 parent 4f68256 commit e1895e6
Show file tree
Hide file tree
Showing 12 changed files with 24,357 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
LOCAL_PATH := $(call my-dir)
VERSION = 1
PATCHLEVEL = 28
SUBLEVEL = 0
EXTRAVERSION = -topjohnwu
BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)

include $(CLEAR_VARS)
LOCAL_MODULE := busybox
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include

include $(LOCAL_PATH)/Android_src.mk

LOCAL_LDFLAGS := -static
LOCAL_CFLAGS := -w -DBB_VER=\"$(BB_VER)\" -DBB_BT=AUTOCONF_TIMESTAMP
LOCAL_DISABLE_FORMAT_STRING_CHECKS := true

include $(BUILD_EXECUTABLE)
Loading

0 comments on commit e1895e6

Please sign in to comment.