summaryrefslogtreecommitdiff
path: root/device_sapphire_as.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-03-04 13:15:57 -0800
committerYing Wang <wangying@google.com>2010-03-05 10:14:04 -0800
commit2fbdc9708be1d495529ec269b65c90d6e4d856a7 (patch)
treec0b2abe3ba9a8525ceb43cc07428627e6c7883ab /device_sapphire_as.mk
parentb3f32f8afc05eb095af41aecabb35296fc2650da (diff)
downloadsapphire-2fbdc9708be1d495529ec269b65c90d6e4d856a7.tar.gz
Move open-sourceable sapphire files.
Diffstat (limited to 'device_sapphire_as.mk')
-rw-r--r--device_sapphire_as.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/device_sapphire_as.mk b/device_sapphire_as.mk
new file mode 100644
index 0000000..08d21d0
--- /dev/null
+++ b/device_sapphire_as.mk
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2008 Google Inc.
+#
+# 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.
+#
+
+# To be included directly by a product makefile; do not use inherit-product.
+
+PRODUCT_COPY_FILES += \
+ device/htc/sapphire/gps.conf_AS:system/etc/gps.conf
+
+$(call inherit-product, device/htc/sapphire/device_sapphire.mk)