aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-14 17:32:23 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-14 17:45:18 +0200
commitf4b8c14e5a0ecbe02d21782d333ad0d82bac94d0 (patch)
treedc26ca8258c76fdca575a48d9fdac104bf44b87d
parent6c86816359b9e92017bd75b3b5b80edd83fcb737 (diff)
downloaddevice_hardkernel_odroidu3-f4b8c14e5a0ecbe02d21782d333ad0d82bac94d0.tar.gz
device_hardkernel_odroidu3-f4b8c14e5a0ecbe02d21782d333ad0d82bac94d0.tar.bz2
device_hardkernel_odroidu3-f4b8c14e5a0ecbe02d21782d333ad0d82bac94d0.zip
Rename to odroidu3
Without that fix we have: $ source build/envsetup.sh $ lunch 17:31:48 Build sandboxing disabled due to nsjail error. In file included from build/make/core/config.mk:291: In file included from build/make/core/envsetup.mk:266: device/hardkernel/odroid-u3/AndroidProducts.mk:20: error: device/hardkernel/odroid-u3: replicant_odroid-u3-userdebug: Invalid variant: u3. 17:31:48 dumpvars failed with: exit status 1 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-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