-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
76 lines (57 loc) · 2.68 KB
/
index.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>CGapps</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">CGapps</h1>
<h2 class="project-tagline">CGApps - Google Apps for everyone</h2>
</section>
<section class="main-content">
<p>These are Google Apps for who want to install Google Packages on a custom rom.
Remember Apks and Jars files are prebuilt from Google.
All closed source files come from Nexuses' factory images.
This contains just the core files needed to setup a fully working Google account,
users will choose wich apps they want on their devices.
GApps contain a "quite old" universal Play Service, so the Play Store will download the proper one
for your device asap.</p>
<p>These GApps get monthly updates, fell free to fork and contribute to this, but remember,
<strong>opensource does not mean out-of-respect</strong>. Also <strong>NO MIRRORS ALLOWED</strong></p>
<h2>
<a id="downloads" class="anchor" href="#downloads" aria-hidden="true"><span class="octicon octicon-link"></span></a>Downloads</h2>
<p><a href="https://github.com/linuxxxxx/vendor_google/releases">https://github.com/linuxxxxx/vendor_google/releases</a></p>
<h2>
<a id="build" class="anchor" href="#build" aria-hidden="true"><span class="octicon octicon-link"></span></a>Build</h2>
<p>You can compile your GApps package with GNU make</p>
<p><em>make distclean</em></p>
<ul>
<li>Remove output directory</li>
</ul>
<p><em>make gapps</em></p>
<ul>
<li>compile signed flashable GApps for arm</li>
</ul>
<p><em>make gapps_arm64</em></p>
<ul>
<li>compile signed flashable GApps for arm64</li>
</ul>
<p><em>make gapps_x86</em></p>
<ul>
<li>compila signed flashable GApps for x86 (NOT supported atm)</li>
</ul>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
<script type="text/javascript" async defer
src="https://apis.google.com/js/platform.js?publisherid=104503298104020811639">
</script>
</body>
</html>