aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2010-05-27 15:44:42 -0700
committerWink Saville <wink@google.com>2010-05-27 15:44:42 -0700
commitf9e5cc70585071c56515da2475c7bb12ebce70fc (patch)
tree77b89e6da024241f26f4e69c5808b53c349667fe /Android.mk
parent3ac755cb94d18309097ea5db733e176615e6182d (diff)
downloadprotobuf-f9e5cc70585071c56515da2475c7bb12ebce70fc.tar.gz
protobuf-f9e5cc70585071c56515da2475c7bb12ebce70fc.tar.bz2
protobuf-f9e5cc70585071c56515da2475c7bb12ebce70fc.zip
The Android specific files prior to adding protobuf 2.2.0a sources.
Change-Id: Ib1009c088a3815c9152385e2b764a2c7cd28317e
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 00000000..92857446
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,18 @@
+# Copyright (C) 2010 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
+# TODO: Add code to build the javamicro library