summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorJeff Davidson <jpd@google.com>2012-01-13 13:18:54 -0800
committerJeff Davidson <jpd@google.com>2012-01-13 13:18:54 -0800
commit1c73b5bb75ff1927657cec295c99700b9a5427b5 (patch)
treea137b72d5cfef5a932a0a3636a21c3b3379e9039 /device.mk
parent33866ce5437aeaa3570faeea568664c412a7485e (diff)
downloadtorospr-1c73b5bb75ff1927657cec295c99700b9a5427b5.tar.gz
Move toro spr files to torospr.
This creates the new torospr device. I think more changes may be necessary for full open source support but this should be a good start. Change-Id: I0e4fed1cdd62a9246112e0a4c666fc089c9e2b9f
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/device.mk b/device.mk
new file mode 100644
index 0000000..54d9a64
--- /dev/null
+++ b/device.mk
@@ -0,0 +1,22 @@
+# Copyright (C) 2012 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.
+
+# This file includes all definitions that apply only to torospr devices
+#
+# Anything that is generic to all tuna products should go in the tuna directory
+#
+# Everything in this directory will become public
+
+$(call inherit-product, device/samsung/toro/device.mk)
+$(call inherit-product-if-exists, vendor/samsung/torospr/device-vendor.mk)