-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·44 lines (36 loc) · 1.42 KB
/
Copy pathindex.html
File metadata and controls
executable file
·44 lines (36 loc) · 1.42 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Android4SAM</title>
</head>
<body>
<h1 align="center"><font size="5">Android4SAM Git Server</font></h1>
<p>
Welcome to the <a href="http://github.com/Android4SAM">git server</a> of Android4SAM.
</p>
<p>
The manifest project is loated at: <a href="https://github.com/Android4SAM/platform_sammanifest">sammanifest</a>. Once you setup your <a href="http://source.android.com/source/initializing.html">build environment</a> correctly, you could build it via:
</p>
<pre>
$ mkdir android4sam && cd android4sam
$ repo init -u git://github.com/Android4SAM/platform_sammanifest.git -b branch_name
$ repo sync
$ source build/envsetup.sh
$ lunch sama5d3-eng
$ make -j4
</pre>
<p>If you have any suggestions and/or comments, please don't be hesitate to
</body>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21011224-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</html>