summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-14 17:35:18 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-14 17:36:48 +0200
commit36354cc0500f1d4e3a7d9a7931808f9fc50dbb87 (patch)
treeab68933cd4c5b0f54feabfdc86a7b06808624b51
parentf69207a80226ae3a6b874625c35d36405dc73917 (diff)
downloadmanifest-36354cc0500f1d4e3a7d9a7931808f9fc50dbb87.tar.gz
manifest-36354cc0500f1d4e3a7d9a7931808f9fc50dbb87.tar.bz2
manifest-36354cc0500f1d4e3a7d9a7931808f9fc50dbb87.zip
Rename to device_hardkernel_odroid-u3 to device_hardkernel_odroidu3
The target has to be named odroidu3 anyway otherwise the Android build system takes the -u3 for the type of build: $ 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 and it's easier to rename everything than just the target. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--replicant/repositories.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/replicant/repositories.xml b/replicant/repositories.xml
index d2e94ca..8e5df31 100644
--- a/replicant/repositories.xml
+++ b/replicant/repositories.xml
@@ -5,8 +5,8 @@
<linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
- <project path="device/hardkernel/odroid-u3"
- name="replicant-next/device_hardkernel_odroid-u3"
+ <project path="device/hardkernel/odroidu3"
+ name="replicant-next/device_hardkernel_odroidu3"
remote="replicant" />
<project path="device/samsung/i9300"
name="replicant-next/device_samsung_i9300"