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-busybox-kitchen
  • Loading branch information
topjohnwu committed Jun 23, 2018
1 parent 70a51fd commit 47a1fdd
Show file tree
Hide file tree
Showing 13 changed files with 29,451 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
LOCAL_PATH := $(call my-dir)
VERSION = 1
PATCHLEVEL = 28
SUBLEVEL = 4
EXTRAVERSION = -topjohnwu
BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)

include $(CLEAR_VARS)
LOCAL_MODULE := busybox
LOCAL_DISABLE_FATAL_LINKER_WARNINGS := true
LOCAL_DISABLE_FORMAT_STRING_CHECKS := true

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

include $(BUILD_EXECUTABLE)
Loading

0 comments on commit 47a1fdd

Please sign in to comment.