aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidProducts.mk4
-rw-r--r--BoardConfig.mk2
-rw-r--r--README.md4
-rw-r--r--replicant_odroidu3.mk (renamed from replicant_odroid-u3.mk)6
4 files changed, 8 insertions, 8 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index f1587a1..195c51c 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -15,7 +15,7 @@
#
PRODUCT_MAKEFILES := \
- $(LOCAL_DIR)/replicant_odroid-u3.mk
+ $(LOCAL_DIR)/replicant_odroidu3.mk
COMMON_LUNCH_CHOICES := \
- replicant_odroid-u3-userdebug
+ replicant_odroidu3-userdebug
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 4cba221..990c4ad 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -20,7 +20,7 @@
BOARD_DTB_IMAGE_NAME := exynos4412-odroidu3.dtb
# Recovery
-TARGET_RECOVERY_FSTAB := device/hardkernel/odroid-u3/fstab.smdk4x12
+TARGET_RECOVERY_FSTAB := device/hardkernel/odroidu3/fstab.smdk4x12
TARGET_RECOVERY_PIXEL_FORMAT := ABGR_8888
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 13685312
diff --git a/README.md b/README.md
index b9b3996..f4d35f4 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,13 @@ Run the following commands to build AOSP:
`
. build/envsetup.sh
-lunch replicant_odroid-u3-userdebug
+lunch replicant_odroidu3-userdebug
make -j9
`
Run the following command to test the built image:
-`heimdall flash --BOOT out/target/product/odroid-u3/boot.img --RECOVERY out/target/product/odroid-u3/recovery.img --SYSTEM out/target/product/odroid-u3/system.img`
+`heimdall flash --BOOT out/target/product/odroidu3/boot.img --RECOVERY out/target/product/odroidu3/recovery.img --SYSTEM out/target/product/odroidu3/system.img`
# License
diff --git a/replicant_odroid-u3.mk b/replicant_odroidu3.mk
index 5c2f3e6..a96452a 100644
--- a/replicant_odroid-u3.mk
+++ b/replicant_odroidu3.mk
@@ -16,10 +16,10 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
-$(call inherit-product, device/hardkernel/odroid-u3/device.mk)
+$(call inherit-product, device/hardkernel/odroidu3/device.mk)
-PRODUCT_NAME := replicant_odroid-u3
-PRODUCT_DEVICE := odroid-u3
+PRODUCT_NAME := replicant_odroidu3
+PRODUCT_DEVICE := odroidu3
PRODUCT_BRAND := Hardkernel
PRODUCT_MODEL := ODROID-U3
PRODUCT_MANUFACTURER := Hardkernel