summaryrefslogtreecommitdiff
path: root/aosp_flo.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-03-22 15:53:55 -0700
committerJean-Baptiste Queru <jbq@google.com>2013-03-26 11:08:02 -0700
commitfaea6fc6d18bf7d57591b9960fea4ef1bfd03ed4 (patch)
treeda9146788997834a879e47e14fb99d3a66649504 /aosp_flo.mk
parent525a74fa9259d188493149deb0d859599eb29e34 (diff)
Rename AOSP builds to aosp_*
Change-Id: I879ed857bda392a0e9aa18b43a50dbe6fed556a0
Diffstat (limited to 'aosp_flo.mk')
-rw-r--r--aosp_flo.mk36
1 files changed, 36 insertions, 0 deletions
diff --git a/aosp_flo.mk b/aosp_flo.mk
new file mode 100644
index 0000000..dcf6130
--- /dev/null
+++ b/aosp_flo.mk
@@ -0,0 +1,36 @@
+#
+# Copyright 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.
+#
+
+# 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/asus/flo/data/etc/apns-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_flo
+PRODUCT_DEVICE := flo
+PRODUCT_BRAND := Android
+PRODUCT_MODEL := AOSP on Flo
+PRODUCT_MANUFACTURER := ASUS
+PRODUCT_RESTRICT_VENDOR_FILES := true
+
+# Inherit from hardware-specific part of the product configuration
+$(call inherit-product, device/asus/flo/device.mk)
+$(call inherit-product-if-exists, vendor/asus/flo/device-vendor.mk)
+#$(call inherit-product-if-exists, vendor/qcom/proprietary/common/config/device-vendor.mk)