Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

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 Apr 30, 2019
1 parent 2b8b3cb commit a57ccd7
Show file tree
Hide file tree
Showing 11 changed files with 23,868 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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
include $(LOCAL_PATH)/Android_src.mk

LOCAL_LDFLAGS := -static
LOCAL_CFLAGS := \
-w -include include/autoconf.h -D__USE_BSD \
-DBB_VER=\"$(BB_VER)\" -DBB_BT=AUTOCONF_TIMESTAMP
LOCAL_DISABLE_FORMAT_STRING_CHECKS := true

include $(BUILD_EXECUTABLE)
Loading

0 comments on commit a57ccd7

Please sign in to comment.