summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-03-22 15:53:57 -0700
committerJean-Baptiste Queru <jbq@google.com>2013-03-22 15:53:57 -0700
commit9ad3f814ef088f090f8995d9a6b9c44b4638b9c3 (patch)
tree3eeb62e987d4a9021ff3f48d76584658efcdf08c
parenta4a81b0702cc51134d23f6f4486aa3bc60ef9266 (diff)
downloadarndale-9ad3f814ef088f090f8995d9a6b9c44b4638b9c3.tar.gz
Rename AOSP builds to aosp_*
Change-Id: Ida29d3350dba7934fe493366b2b32d5b3eb4d35c
-rw-r--r--AndroidProducts.mk2
-rw-r--r--aosp_arndale.mk18
-rw-r--r--full_arndale.mk4
3 files changed, 21 insertions, 3 deletions
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