diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2013-03-22 15:53:55 -0700 |
|---|---|---|
| committer | Jean-Baptiste Queru <jbq@google.com> | 2013-03-26 11:08:02 -0700 |
| commit | faea6fc6d18bf7d57591b9960fea4ef1bfd03ed4 (patch) | |
| tree | da9146788997834a879e47e14fb99d3a66649504 /aosp_flo.mk | |
| parent | 525a74fa9259d188493149deb0d859599eb29e34 (diff) | |
Rename AOSP builds to aosp_*
Change-Id: I879ed857bda392a0e9aa18b43a50dbe6fed556a0
Diffstat (limited to 'aosp_flo.mk')
| -rw-r--r-- | aosp_flo.mk | 36 |
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) |
