Rename AOSP builds to aosp_*

Change-Id: I105e793678421adec2670904d8891d364e722aab
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index e74878d..00a5614 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -1,2 +1,3 @@
 PRODUCT_MAKEFILES := \
+	$(LOCAL_DIR)/aosp_tilapia.mk \
 	$(LOCAL_DIR)/full_tilapia.mk
diff --git a/aosp_tilapia.mk b/aosp_tilapia.mk
new file mode 100644
index 0000000..4fdd7ee
--- /dev/null
+++ b/aosp_tilapia.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/asus/tilapia/full_tilapia.mk)
+
+PRODUCT_NAME := aosp_tilapia
diff --git a/full_tilapia.mk b/full_tilapia.mk
index 43f5627..321d288 100644
--- a/full_tilapia.mk
+++ b/full_tilapia.mk
@@ -23,10 +23,10 @@
 $(call inherit-product, device/asus/tilapia/device.mk)
 # This is where we'd set a backup provider if we had one
 #$(call inherit-product, device/sample/products/backup_overlay.mk)
-$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
 
 # Discard inherited values and use our own instead.
 PRODUCT_NAME := full_tilapia
 PRODUCT_DEVICE := tilapia
 PRODUCT_BRAND := Android
-PRODUCT_MODEL := Full Android on Tilapia
+PRODUCT_MODEL := AOSP on Tilapia