-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathandroid源码.txt
53 lines (20 loc) · 1.29 KB
/
android源码.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
android 下载源码
git clone https://android.googlesource.com/platform/manifest.git
http://jingyan.baidu.com/article/6d704a1329bf6a28da51ca6a.html
https://android.googlesource.com/platform/packages/apps/Browser
-------------------------------------------------------------------------------------------------------
编译命令
source build/envsetup.sh
lunch -------------------------------选择一个版本
make update-api -j16;make -j32
---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
Linux内核的基础知识
Android官方API文档:http://developer.android.com/index.html
ubuntu官方下载地址:http://www.ubuntu.com/
ubuntu安装git:sudo apt-get install git-core gnupg
git工具的使用方法官网:https://git-scm.com/
编译android源码需要的其他工具包安装:
sudo apt-get install flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl valgrind
-------------------------------------------------------------------------------------------------------------------
adb pull system/etc/permissions/handheld_core_hardware.xml handheld_core_hardware.xml