From b335b41e46ed793caabd26657e85e21ad36b36b5 Mon Sep 17 00:00:00 2001 From: Carlo Dee Date: Mon, 17 Jun 2024 13:39:35 +0800 Subject: [PATCH] gta9p: Unofficial build release -- CDC-002 * Disabled crypto support since it is does not work anyway (Yes, decryption is broken!). * Fixed fastboot and sideload detection. * Rework firmware and vendor_boot modules detection. Signed-off-by: Carlo Dee --- version.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.mk b/version.mk index 0ddab65..c0556a9 100644 --- a/version.mk +++ b/version.mk @@ -1,2 +1,2 @@ # Should be included in BoardConfig.mk -TW_DEVICE_VERSION := CDC-001 \ No newline at end of file +TW_DEVICE_VERSION := CDC-002