15.07 Update:

- Fix removal of faceunlock (@ShevT > 1d4f9afc144843459a2f7c19d269996c688874aa)
- Fix typo in addon.d script
- Add md5 calculation (based on @pete4abw > ae166a10ad8c683182a1cd437242520254e40684)
- Improve log content (aka make it useful)

Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
This commit is contained in:
jrizzoli
2015-06-11 17:24:59 +02:00
والد ff04312900
کامیت bcd682ecbf
10فایلهای تغییر یافته به همراه70 افزوده شده و 40 حذف شده

مشاهده پرونده

@@ -11,12 +11,12 @@ distclean :
arm :
@echo "Compiling GApps for arm..."
@bash $(BUILD_GAPPS) arm 2>&1 | tee $(LOG_BUILD)
@bash $(BUILD_GAPPS) arm 2>&1
arm64 :
@echo "Compiling GApps for arm64..."
@bash $(BUILD_GAPPS) arm64 2>&1 | tee $(LOG_BUILD)
@bash $(BUILD_GAPPS) arm64 2>&1
x86 :
@echo "Compiling GApps for x86..."
@bash $(BUILD_GAPPS) x86 2>&1 | tee $(LOG_BUILD)
@bash $(BUILD_GAPPS) x86 2>&1