1 Star 0 Fork 0

霜降/android-platform-knife

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile.cygwin 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
kiddlu 提交于 2016-04-02 07:17 . update
# Do not compile fastboot/adb
# which need usb subsystem not compatible with cygwin
UNAME = $(shell uname -o)
GCCVERSION = $(shell $(CROSS_COMPILE)gcc -v)
.PHONY:all
all:
@echo "Building for $(UNAME)"
@echo "$(GCCVERSION)"
cd external/zlib/ && make -j4 && make install && make clean
cd external/pcre/ && make -j4 && make install && make clean
cd external/libsepol/ && make -j4 && make install && make clean
cd system/core/libmincrypt/ && make -j4 && make install && make clean
cd external/libselinux/ && make -j4 && make install && make clean
cd external/sepolicy/ && make -j4 && make install && make clean
cd system/core/libsparse/ && make -j4 && make install && make clean
cd system/core/mkbootimg/ && make -j4 && make install && make clean
cd system/core/cpio/ && make -j4 && make install && make clean
cd system/core/libzipfile/ && make -j4 && make install && make clean
cd system/extras/ext4_utils/ && make -j4 && make install && make clean
#cd prebuild/ && make install
.PHONY:clean
clean:
cd external/zlib/ && make clean
cd system/core/libmincrypt/ && make clean
cd system/core/libsparse/ && make clean
cd system/core/mkbootimg/ && make clean
cd system/core/cpio/ && make clean
cd system/core/libzipfile/ && make clean
cd system/extras/ext4_utils/ && make clean
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ywzsj/android-platform-knife.git
git@gitee.com:ywzsj/android-platform-knife.git
ywzsj
android-platform-knife
android-platform-knife
android-L

搜索帮助