aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-03-22 15:53:58 -0700
committerJean-Baptiste Queru <jbq@google.com>2013-03-25 15:02:28 -0700
commit53afcbc3eb93903dab556542b30124246e207216 (patch)
tree7e059a7d531f41036d028ed466c8b21688205a94
parent5fd28ca09772454e8559a220c433c9fb4f4e7391 (diff)
downloadpanda-53afcbc3eb93903dab556542b30124246e207216.tar.gz
Rename AOSP builds to aosp_*
Change-Id: Ia8846e2f30de4427d6bba6e73e6020c602d67faa
-rw-r--r--AndroidProducts.mk2
-rw-r--r--aosp_panda.mk18
-rw-r--r--full_panda.mk4
3 files changed, 21 insertions, 3 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 4309241..13878f7 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -14,4 +14,4 @@
# limitations under the License.
#
-PRODUCT_MAKEFILES := $(LOCAL_DIR)/full_panda.mk
+PRODUCT_MAKEFILES := $(LOCAL_DIR)/full_panda.mk $(LOCAL_DIR)/aosp_panda.mk
diff --git a/aosp_panda.mk b/aosp_panda.mk
new file mode 100644
index 0000000..6005564
--- /dev/null
+++ b/aosp_panda.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/ti/panda/full_panda.mk)
+
+PRODUCT_NAME := aosp_panda
diff --git a/full_panda.mk b/full_panda.mk
index 46b188f..9e3b117 100644
--- a/full_panda.mk
+++ b/full_panda.mk
@@ -34,12 +34,12 @@ PRODUCT_PROPERTY_OVERRIDES := \
net.dns2=8.8.4.4
# Inherit from those products. Most specific first.
-$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
$(call inherit-product, device/ti/panda/device.mk)
$(call inherit-product-if-exists, vendor/ti/proprietary/omap4xxx/ti-omap4-vendor.mk)
PRODUCT_NAME := full_panda
PRODUCT_DEVICE := panda
PRODUCT_BRAND := Android
-PRODUCT_MODEL := Panda
+PRODUCT_MODEL := AOSP on Panda
PRODUCT_MANUFACTURER := Texas_Instruments_Inc