summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidProducts.mk2
-rw-r--r--m_e_mips.mk (renamed from mini_emulator_mips.mk)6
-rw-r--r--vendorsetup.sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index bb7ba71..1a713f2 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -15,4 +15,4 @@
#
PRODUCT_MAKEFILES := \
- $(LOCAL_DIR)/mini_emulator_mips.mk
+ $(LOCAL_DIR)/m_e_mips.mk
diff --git a/mini_emulator_mips.mk b/m_e_mips.mk
index d668b18..ebaffd2 100644
--- a/mini_emulator_mips.mk
+++ b/m_e_mips.mk
@@ -16,10 +16,10 @@ $(call inherit-product, device/generic/mips/mini_mips.mk)
$(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
-PRODUCT_NAME := mini_emulator_mips
-PRODUCT_DEVICE := mini-emulator-mips
+PRODUCT_NAME := m_e_mips
+PRODUCT_DEVICE := mips
PRODUCT_BRAND := Android
-PRODUCT_MODEL := mini-emulator-mips
+PRODUCT_MODEL := Mini MIPS
LOCAL_KERNEL := prebuilts/qemu-kernel/mips/kernel-qemu
PRODUCT_COPY_FILES += \
diff --git a/vendorsetup.sh b/vendorsetup.sh
index 81889bb..ed2aa4b 100644
--- a/vendorsetup.sh
+++ b/vendorsetup.sh
@@ -20,4 +20,4 @@
# In particular, you can add lunch options with the add_lunch_combo
# function: add_lunch_combo generic-eng
-add_lunch_combo mini_emulator_mips-userdebug \ No newline at end of file
+add_lunch_combo m_e_mips-userdebug