@yxles said in Need help building Ubuntu Touch for Galaxy Tab 2:
@yxles said in Need help building Ubuntu Touch for Galaxy Tab 2:
@mighty hey its you, thx for helping me with this but there's another problem. So I downloaded the master branch of gpg here https://github.com/ubports/android_external_gpg and paste it on the external folder. Now when I execute
mka mkbootimg
I got this errorbuild/core/base_rules.mk:183: *** external/gpg: MODULE.TARGET.STATIC_LIBRARIES.libdl already defined by bionic/libdl. make: *** [build/core/ninja.mk:167: /home/yxles/halium/out/build-aosp_espresso3g.ninja] Error 1 make: Leaving directory '/home/yxles/halium'
So I thought maybe it conflicted with bionic/libdl so I removed that and execute the command again and now I got this
build/core/binary.mk:1253: external/gpg/g10/Android.mk: static_gpg: Unused source files: filter.h build/core/binary.mk:1253: external/gpg/util/Android.mk: libgpgutil: Unused source files: assuan-defs.h device/sample/frameworks/PlatformLibrary/Android.mk:37: build/core/java_library.mk: No such file or directory make: *** [build/core/ninja.mk:167: /home/yxles/halium/out/build-aosp_espresso3g.ninja] Error 1 make: Leaving directory '/home/yxles/halium'
How do I fix this?
@Mighty removing device/sample fix it but I saw on the github that its needed
Where does it say that removing device/sample is gonna fix it?