2013-03-11 18:12:54 +00:00
|
|
|
#
|
2013-05-29 01:46:16 +00:00
|
|
|
# Copyright 2012 The Android Open Source Project
|
2013-03-11 18:12:54 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
2013-05-29 01:46:16 +00:00
|
|
|
|
|
|
|
# Sample: This is where we'd set a backup provider if we had one
|
|
|
|
# $(call inherit-product, device/sample/products/backup_overlay.mk)
|
|
|
|
|
2013-06-11 00:01:28 +00:00
|
|
|
# Inherit from hardware-specific part of the product configuration
|
|
|
|
$(call inherit-product, device/asus/deb/device.mk)
|
2013-05-29 01:46:16 +00:00
|
|
|
|
|
|
|
# Inherit from the common Open Source product configuration
|
2013-06-12 00:30:19 +00:00
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
2013-03-11 18:12:54 +00:00
|
|
|
|
2013-03-22 22:53:55 +00:00
|
|
|
PRODUCT_NAME := aosp_deb
|
2013-03-11 18:12:54 +00:00
|
|
|
PRODUCT_DEVICE := deb
|
|
|
|
PRODUCT_BRAND := Android
|
2013-03-22 22:53:55 +00:00
|
|
|
PRODUCT_MODEL := AOSP on Deb
|
2013-05-29 01:46:16 +00:00
|
|
|
PRODUCT_MANUFACTURER := ASUS
|
|
|
|
PRODUCT_RESTRICT_VENDOR_FILES := true
|