summaryrefslogtreecommitdiffstats
path: root/self-extractors/root
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-05-19 16:14:15 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-05-24 16:00:12 -0700
commit9624ea43f9f34e62c9611b4ff134cff06c3156a7 (patch)
tree3cb53a0acdc4a8deaa10cfddcc192d645bb74132 /self-extractors/root
parent85b5333be9154e1fc97fdf787e9fd7abd5241242 (diff)
downloaddevice_samsung_crespo-9624ea43f9f34e62c9611b4ff134cff06c3156a7.zip
device_samsung_crespo-9624ea43f9f34e62c9611b4ff134cff06c3156a7.tar.gz
device_samsung_crespo-9624ea43f9f34e62c9611b4ff134cff06c3156a7.tar.bz2
Scripts to package the crespo binary archives.
Change-Id: Ib5d3c276815ae29bbe19f19c596c3f40b96bdaf7
Diffstat (limited to 'self-extractors/root')
-rw-r--r--self-extractors/root/BoardConfigVendor.mk20
-rw-r--r--self-extractors/root/device-vendor.mk20
2 files changed, 40 insertions, 0 deletions
diff --git a/self-extractors/root/BoardConfigVendor.mk b/self-extractors/root/BoardConfigVendor.mk
new file mode 100644
index 0000000..9698fd5
--- /dev/null
+++ b/self-extractors/root/BoardConfigVendor.mk
@@ -0,0 +1,20 @@
+# 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.
+
+-include vendor/akm/crespo/BoardConfigCrespo.mk
+-include vendor/broadcom/crespo/BoardConfigCrespo.mk
+-include vendor/cypress/crespo/BoardConfigCrespo.mk
+-include vendor/imgtec/crespo/BoardConfigCrespo.mk
+-include vendor/nxp/crespo/BoardConfigCrespo.mk
+-include vendor/samsung/crespo/BoardConfigCrespo.mk
diff --git a/self-extractors/root/device-vendor.mk b/self-extractors/root/device-vendor.mk
new file mode 100644
index 0000000..6e9affc
--- /dev/null
+++ b/self-extractors/root/device-vendor.mk
@@ -0,0 +1,20 @@
+# 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.
+
+$(call inherit-product-if-exists, vendor/akm/crespo/device-crespo.mk)
+$(call inherit-product-if-exists, vendor/broadcom/crespo/device-crespo.mk)
+$(call inherit-product-if-exists, vendor/cypress/crespo/device-crespo.mk)
+$(call inherit-product-if-exists, vendor/imgtec/crespo/device-crespo.mk)
+$(call inherit-product-if-exists, vendor/nxp/crespo/device-crespo.mk)
+$(call inherit-product-if-exists, vendor/samsung/crespo/device-crespo.mk)