Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29509592: Issue 5267 - Add support of 64 bit android (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: address comments Created Aug. 8, 2017, 3:45 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« Makefile ('K') | « Makefile ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 6a73c560e6c8de8244cc5dccf5282d89ffc85f26..8a47060f6599d8ab44df55057af5cb416843aecf 100644
--- a/README.md
+++ b/README.md
@@ -85,10 +85,13 @@ To build for *x86* arch run:
make android_x86
-To build for *arm* arch run:
+To build for *arm* or *arm64* arch run:
make android_arm
+or
+ make android_arm64
+
Usage
-----
« Makefile ('K') | « Makefile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld