android 幾個快速編譯images指令

2021-06-19 13:36:05 字數 949 閱讀 2250

分類: o4-> android系統**

2011-09-03 17:38

1808人閱讀收藏 

舉報android

dependencies

command

system

build

file

android比較重要的三個img檔案:

因為

system.img 是 從 out/target/product/***x/system 做出來的。

如果改了 這個 folder 的內容,想要重新產生 system.img。不要管 system folde 裡面的 file 的 dependency,可以用 snod 這個 target:

定義在 build/core/makefile 可以看到 snod 這個 target:

(有說明是: make system.img ignoring depencies)

.phony: systemimage-nodeps snod

systemimage-nodeps snod: $(filter-out systemimage-nodeps snod,$(makecmdgoals)) \

| $(internal_mkuserfs)

@echo "make $@: ignoring dependencies"

$(call build-systemimage-target,$(installed_systemimage))

$(hide) $(call assert-max-image-size,$(installed_systemimage),$(board_systemimage_partition_size),yaffs)

ref:

android6 0快速編譯

二 常用編譯命令 make j8 八個執行緒 根據cpu幾核幾執行緒 make pl 編譯preloader make lk 編譯lk make kernel 編譯kernel make bootimage 打包boot.img 包含kernel dts rootfs init.rc sepolic...

融雲IM使用小結 Android

首先按照融雲官方文件,接入sdk,基於imkit,具體接入就不多廢話啦啦 此時androidmanifest.xml在遇到第乙個問題點 1 android.support.v4.content.fileprovider衝突 解決方案 package com.android.chat import a...

Android 環信IM拓展訊息

public class linkconstant在easemessageadapter中定義兩個常量 public static final int message type recv linkinfoext call 14 public static final int message type...