Update scripts

1. Update build.py to use f-strings
2. Directly append busybox binaries to update-binary
3. Remove b64xz
This commit is contained in:
topjohnwu
2019-01-15 08:32:18 -05:00
parent 93ee0c8798
commit 23e5188422
4 changed files with 72 additions and 167 deletions

View File

@@ -115,19 +115,6 @@ include $(BUILD_EXECUTABLE)
endif
ifdef B_BXZ
# b64xz
include $(CLEAR_VARS)
LOCAL_MODULE := b64xz
LOCAL_STATIC_LIBRARIES := libxz
LOCAL_C_INCLUDES := $(EXT_PATH)/include
LOCAL_SRC_FILES := misc/b64xz.c
LOCAL_LDFLAGS := -static
include $(BUILD_EXECUTABLE)
endif
ifdef B_BB
# Busybox