From 92f25590ee6e027b38ea59a1aa5b1025489a40fb Mon Sep 17 00:00:00 2001 From: Ziyan Date: Sun, 21 Feb 2016 17:03:37 +0100 Subject: Common device tree for 3G variants Change-Id: I957fac5b5d41b4afac158fb59feb4e45e2bcd0cf --- aosp_espresso3g.mk | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 aosp_espresso3g.mk (limited to 'aosp_espresso3g.mk') diff --git a/aosp_espresso3g.mk b/aosp_espresso3g.mk new file mode 100644 index 0000000..a228f77 --- /dev/null +++ b/aosp_espresso3g.mk @@ -0,0 +1,30 @@ +# +# Copyright 2013 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. +# + +# Use 44.1 kHz UI sounds +$(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage13.mk) + +# Inherit from the common Open Source product configuration +$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) + +# Inherit device specific configuration +$(call inherit-product, device/samsung/espresso3g/device.mk) + +PRODUCT_DEVICE := espresso3g +PRODUCT_NAME := aosp_espresso3g +PRODUCT_BRAND := Android +PRODUCT_MODEL := Galaxy Tab 2 3G +PRODUCT_MANUFACTURER := Samsung -- cgit v1.1