summaryrefslogtreecommitdiff
path: root/aosp_bullhead.mk
diff options
context:
space:
mode:
authorHyejin Kim <hyejin.kim@lge.com>2015-03-04 18:46:10 +0900
committerPatrick Tjin <pattjin@google.com>2015-03-11 15:49:37 -0700
commit4344bc0c99f4bb22de2777255291c5de81e60502 (patch)
treecee92a4679f433e2b44e8e35bc6b64abb9bcc602 /aosp_bullhead.mk
parent2e6c86d3cd2c739aa0905956afe986ba58260a18 (diff)
downloadbullhead-4344bc0c99f4bb22de2777255291c5de81e60502.tar.gz
Initial commit for bullhead device
Change-Id: I601510531827b91d517743d5cc766519445a1d32
Diffstat (limited to 'aosp_bullhead.mk')
-rw-r--r--aosp_bullhead.mk34
1 files changed, 34 insertions, 0 deletions
diff --git a/aosp_bullhead.mk b/aosp_bullhead.mk
new file mode 100644
index 0000000..d24c35c
--- /dev/null
+++ b/aosp_bullhead.mk
@@ -0,0 +1,34 @@
+#
+# Copyright 2015 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.
+#
+
+# Sample: This is where we'd set a backup provider if we had one
+# $(call inherit-product, device/sample/products/backup_overlay.mk)
+
+# Get the long list of APNs
+PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
+
+# Inherit from the common Open Source product configuration
+$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
+
+PRODUCT_NAME := aosp_bullhead
+PRODUCT_DEVICE := bullhead
+PRODUCT_BRAND := Android
+PRODUCT_MODEL := AOSP on BullHead
+PRODUCT_MANUFACTURER := LGE
+PRODUCT_RESTRICT_VENDOR_FILES := true
+
+$(call inherit-product, device/lge/bullhead/device.mk)
+$(call inherit-product-if-exists, vendor/lge/bullhead/device-vendor.mk)