Post Archive with Feature Rows

Android 12编译系统-5 ninja介绍

1 minute read

最开始,Ninja是用于Chromium浏览器中,Android在SDK7.0中也引入了Ninja。Ninja其实就是一个编译系统,如同make,使用Ninja主要目的就是因为其编译速度快

Android 12编译系统-4 kati介绍

less than 1 minute read

Kati是为了提高Android编译速度而产生的实验性的GNU make克隆的工具。本身没有提供快速编译,而是将Makefile文件转换为Ninja文件,再通过Ninja进行编译提速。 目前Android 12上,Kati(即prebuilts/build-tools/linux-x86/bin/ckati...

Android 12编译系统-3 打包image镜像流程

3 minute read

在Android 12 AOSP源码的build/core/main.mk中定义了很多伪目标,我们可以直接通过make 目标名称进行编译,镜像的生成定义也在该文件中。本篇主要以system镜像为例,进行流程梳理分析。

Android 12编译系统-1 编译框架介绍(源码&out&编译模块结构)

8 minute read

基于Android 12 AOSP源码(android-12.0.0_r3),对Android编译系统框架作学习梳理。 开篇从Android的源码结构入手,让我们先知道Android源码架构包含了哪些内容、Android编译结果目录有哪些内容。然后了解Android编译系统模块的结构组成。

placeholder image 1

Placeholder 1

This is some sample content that goes here with Markdown formatting.

placeholder image 2

Placeholder 2

This is some sample content that goes here with Markdown formatting.

Read More

Placeholder 3

This is some sample content that goes here with Markdown formatting.

placeholder image 2

Placeholder Image Left Aligned

This is some sample content that goes here with Markdown formatting. Left aligned with type="left"

Read More

placeholder image 2

Placeholder Image Right Aligned

This is some sample content that goes here with Markdown formatting. Right aligned with type="right"

Read More

placeholder image 2

Placeholder Image Center Aligned

This is some sample content that goes here with Markdown formatting. Centered with type="center"

Read More