Rename AOSP builds to aosp_*

Change-Id: Ia8846e2f30de4427d6bba6e73e6020c602d67faa
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 @@
         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