From ede38fe9b9f93888e6e41afc7abb09525f44da95 Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Fri, 28 May 2010 11:49:52 -0700 Subject: Add support for Java micro protobuf's to protobuf-2.2.0a. See README.android for additional information. Change-Id: I9c5ef2eec484cc87e32841f39060f8f27b8e8472 --- README.android | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README.android') diff --git a/README.android b/README.android index a3ff250..2a19787 100644 --- a/README.android +++ b/README.android @@ -3,8 +3,8 @@ Version: 2.2.0a License: Google BSD like Description: "Protobuf: The Google protobuf compiler and runtimes for various languages" -Local Modifications: Initial changes include support for the javamicro -runtime, see java/README.txt for more details. +Local Modifications: Initial changes include support for the micro +protobuf compiler and the assoicated runtime. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all @@ -12,3 +12,15 @@ of its internal RPC protocols and file formats. Initially the protoc compiler is not integrated into the Android build system and the Android.mk will simply build the javamicro runtime static library. + +To build the compiler follow the instructions in README.txt for +compiling and installing. + +The Android.mk file creates the a static library which can be added +to any Android application by Adding to LOCAL_STATIC_JAVA_LIBRARIES +com.google.protobuf.micro: + + LOCAL_STATIC_JAVA_LIBRARIES += com.google.protobuf.micro + +Follow the instructions in Micro section of java/README.txt for +details on compiling .proto files for the micro runtine. -- cgit v1.1