* Point to vendor/lineage
* Add initial copyright year
* Remove arg for target, it's unneeded
* Remove arg for path, it's unneeded
* Cleanup sed'ding of makefiles
* The makefiles have an Apache license on them
Change-Id: I5ff4ce3c7d49e244a86a350556c176253046b1d2
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
* This also functions as a rudimentary help option
if the script is run without any arguments,
or if any of the arguments are not provided
Change-Id: I311df9f52a1dd51da676c3b004a98eefbd79e12e
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
* Now that this is generated at install time,
30-gapps.sh will be found automatically,
so we can remove the hardcoded entry for it
Change-Id: Ic7287dbec45a2e7f7314d98f5f8abfdb4dec1964
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
* For some bizarre reason, the unzip util included with
lineage recovery doesn't work with the system/*
wildcard for unzip, so just extract the entire zip
and remove the META-INF folder from /tmp manually
Change-Id: Id11e18d7fef0c78b10f7060a10274ea0e958ea84
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
* This is done based on the total memory as reported by /proc/meminfo
* If the memory in the MemTotal field is less than 1572864 kB (1.5 GB),
then Google's SuW is removed as a precaution, as it is known to crash
on devices that don't have much memory available to use
* Thanks to cdesai for the solution idea
Change-Id: If0d5b9dff7f9536f78d4069df8665b19209fea52
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
* This workaround for recovery.fstab was only necessary for
CM recovery, however the recovery will be fixed properly
soon, so there is no need for this workaround
Change-Id: Ib7db0997d1059e9829d9ca4b4a8c208d43bc46b6
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
* LICENSE: Improve grammar
* README: We support x86
Change-Id: I130644846b1d369cf547eb0ce9eb75abbf71c543
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
* This file list is out of date, just specify which
dirs contain closed source files instead
* Reshuffle lines to make line length more consistent
* Also fix a tiny typo
Change-Id: I5bd83281b3f3a13ab00f03189771b32f5090e0de
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>