From 8f5bc09a0f4a77da8693eaef76c391275781a91b Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Thu, 6 Apr 2017 12:35:35 -0500 Subject: [PATCH] Fix README instructions Signed-off-by: Paul Keith --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 052d604..48768b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# vendor_google +# vendor_gapps **GApps for android devices** @@ -10,11 +10,11 @@ You can compile your GApps package with GNU make _make distclean_ - Remove output directory -_make arm_ +_make gapps_arm_ - compile signed flashable GApps for arm -_make arm64_ +_make gapps_arm64_ - compile signed flashable GApps for arm64 -_make x86_ +_make gapps_x86_ - compile signed flashable GApps for x86 (NOT supported atm)