From 9ad3f814ef088f090f8995d9a6b9c44b4638b9c3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 22 Mar 2013 15:53:57 -0700 Subject: Rename AOSP builds to aosp_* Change-Id: Ida29d3350dba7934fe493366b2b32d5b3eb4d35c --- AndroidProducts.mk | 2 +- aosp_arndale.mk | 18 ++++++++++++++++++ full_arndale.mk | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 aosp_arndale.mk diff --git a/AndroidProducts.mk b/AndroidProducts.mk index b3f0859..b8a39b4 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -14,4 +14,4 @@ # limitations under the License. # -PRODUCT_MAKEFILES := $(LOCAL_DIR)/full_arndale.mk +PRODUCT_MAKEFILES := $(LOCAL_DIR)/full_arndale.mk $(LOCAL_DIR)/aosp_arndale.mk diff --git a/aosp_arndale.mk b/aosp_arndale.mk new file mode 100644 index 0000000..b2a44e9 --- /dev/null +++ b/aosp_arndale.mk @@ -0,0 +1,18 @@ +# +# 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. +# +$(call inherit-product, device/samsung_slsi/arndale/full_arndale.mk) + +PRODUCT_NAME := aosp_arndale diff --git a/full_arndale.mk b/full_arndale.mk index d9dbc84..1f2d973 100644 --- a/full_arndale.mk +++ b/full_arndale.mk @@ -13,11 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. # -$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk) $(call inherit-product, device/samsung_slsi/arndale/device.mk) PRODUCT_NAME := full_arndale PRODUCT_DEVICE := arndale PRODUCT_BRAND := Android -PRODUCT_MODEL := arndale +PRODUCT_MODEL := AOSP on Arndale PRODUCT_MANUFACTURER := samsung_slsi -- cgit v1.2.3