aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-6/+0
| | | | | | Bug: 5010576 Change-Id: I9a5e66066482aa0007f221bb866ac57f4eb1b70c
* Unbundle protobuffer target libraries.Ying Wang2011-01-261-0/+2
| | | | Change-Id: I535f93389b3b13578c9602dce3d38f1ca256e807
* Rename protoc to aprotoc.Wink Saville2010-11-051-3/+4
| | | | | | | | With gLucid protoc is installed in the base system, by renaming our version there will be no confusion about which compiler is being used. Change-Id: I975e29e4444af9467c9b9600d5a2e7027f4046ae
* Build the protocol buffer compiler 'protoc'.Iain Merrick2010-11-021-0/+94
| | | | | | | We need this to generate code for .proto files that have been added to external/chromium (see change I6960c18d). Change-Id: Ic7a78273ee4f066680039d2f724e658a84869621
* Make these modules optional.Jean-Baptiste Queru2010-10-051-0/+4
| | | | | | | | This allows compiling this code in Gingerbread. Bug: 3064326 Change-Id: Idab78a5a31a3c2fc35bcdb773aaecf1e4fb70bcb
* Make protobuf usable by host-side java appsOmari Stephens2010-09-301-55/+80
| | | | Change-Id: Ic214bfb361eb2167d301b55a34b209a84a6d4a08
* Add libprotobuf-cpp-2.3.0-full.Wink Saville2010-06-281-16/+83
| | | | | | Add full c++ version of libprotobuf as a static library. Change-Id: I153bc913ff51e6a904284b733cac000497e1caac
* Add libprotobuf-java-2.3.0-lite.Wink Saville2010-06-041-1/+23
| | | | | | | Also, have all the libraries follow the same naming convention so rename com.google.protobuf.micro library to libprotobuf-java-2.3.0-micro. Change-Id: I7c2a7d883a17f9a6d084ce4cac9601e344e416bf
* Skip stlport for simulatorKenny Root2010-06-041-2/+7
| | | | | | | The host's stl library conflicts with stlport, so we need to exclude stlport from inclusion in the build if we're targeting the simulator. Change-Id: Ib4da6140f4b8abb271d8e67636ccec2a796c8c5a
* Add libprotobuf-cpp-2.3.0-liteWink Saville2010-06-031-2/+55
| | | | | | | | | | | | Added android/config.h which will be used to configure android builds of libraries. Currently I've undef HAVE_HASH_MAP and HAVE_HASH_SET as the versions in stlport generated compile errors. Updated .gitignore to be more selective on what it ignores so android/config.h wouldn't be ignored. Change-Id: I53f3636121db2c6017491a37998b816aaf0cab5d
* Add support for Java micro protobuf's to protobuf-2.2.0a.Wink Saville2010-05-281-2/+8
| | | | | | See README.android for additional information. Change-Id: I9c5ef2eec484cc87e32841f39060f8f27b8e8472
* The Android specific files prior to adding protobuf 2.2.0a sources.Wink Saville2010-05-271-0/+18
Change-Id: Ib1009c088a3815c9152385e2b764a2c7cd28317e