summaryrefslogtreecommitdiff
path: root/AndroidProducts.mk
diff options
context:
space:
mode:
authorKevin Ma <kma@google.com>2014-06-11 17:26:56 -0700
committerKevin Ma <kma@google.com>2014-06-11 17:26:56 -0700
commit04fb6a7c813351e9bf0d21077b0e52d66f150139 (patch)
treeccdd4a6359f391af0fe6dab45b68ec923cb1fcdf /AndroidProducts.mk
parent7e0447157c329d4966c642ff83025bf3d7f7259b (diff)
downloadmini-emulator-x86_64-04fb6a7c813351e9bf0d21077b0e52d66f150139.tar.gz
Set up emulator makefiles for x86_64.
Bug: 15520970 Change-Id: I3112247153cbc8de0eff5c1908b841aa525a8008
Diffstat (limited to 'AndroidProducts.mk')
-rw-r--r--AndroidProducts.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
new file mode 100644
index 0000000..f5f0f8b
--- /dev/null
+++ b/AndroidProducts.mk
@@ -0,0 +1,18 @@
+#
+# Copyright (C) 2013 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.
+#
+
+PRODUCT_MAKEFILES := \
+ $(LOCAL_DIR)/mini_emulator_x86_64.mk