diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-05-14 11:49:22 +0200 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-05-14 11:49:22 +0200 |
commit | ee856982bc3847e5e15979e5f399174f9f5fa991 (patch) | |
tree | 45e3cf8246a1020cc192796863fb22a8636d689b /full_n7000.mk | |
parent | df077d6693509b3034aeea4a7eb3ccee67c028ea (diff) | |
download | device_samsung_n7000-ee856982bc3847e5e15979e5f399174f9f5fa991.zip device_samsung_n7000-ee856982bc3847e5e15979e5f399174f9f5fa991.tar.gz device_samsung_n7000-ee856982bc3847e5e15979e5f399174f9f5fa991.tar.bz2 |
big rename to n7000
Diffstat (limited to 'full_n7000.mk')
-rwxr-xr-x | full_n7000.mk | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/full_n7000.mk b/full_n7000.mk new file mode 100755 index 0000000..fce00f8 --- /dev/null +++ b/full_n7000.mk @@ -0,0 +1,33 @@ +# Copyright (C) 2009 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. + +# +# This file is the build configuration for a full Android +# build for crespo hardware. This cleanly combines a set of +# device-specific aspects (drivers) with a device-agnostic +# product configuration (apps). +# + +# Inherit from those products. Most specific first. +$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) +#$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) +#$(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk) +$(call inherit-product, device/samsung/n7000/n7000.mk) + +# Discard inherited values and use our own instead. +PRODUCT_NAME := full_n7000 +PRODUCT_DEVICE := n7000 +PRODUCT_BRAND := samsung +PRODUCT_MANUFACTURER := samsung +PRODUCT_MODEL := GT-N7000 |