Rename AOSP builds to aosp_*

Change-Id: Ia3f5c3482242f519a515754a14fd3f907134c184
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 421e73b..f03d4ca 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -15,4 +15,5 @@
 #
 
 PRODUCT_MAKEFILES := \
+    $(LOCAL_DIR)/aosp_mako.mk \
     $(LOCAL_DIR)/full_mako.mk
diff --git a/aosp_mako.mk b/aosp_mako.mk
new file mode 100644
index 0000000..3dd9a85
--- /dev/null
+++ b/aosp_mako.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/lge/mako/full_mako.mk)
+
+PRODUCT_NAME := aosp_mako
diff --git a/full_mako.mk b/full_mako.mk
index 589b893..9616095 100644
--- a/full_mako.mk
+++ b/full_mako.mk
@@ -21,12 +21,12 @@
 PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
 
 # Inherit from the common Open Source product configuration
-$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
 
 PRODUCT_NAME := full_mako
 PRODUCT_DEVICE := mako
 PRODUCT_BRAND := Android
-PRODUCT_MODEL := Full JellyBean on Mako
+PRODUCT_MODEL := AOSP on Mako
 PRODUCT_MANUFACTURER := LGE
 PRODUCT_RESTRICT_VENDOR_FILES := true