Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/hardware_samsung/src/commit/e0dd329e299bdbd3bc9a16e2e76442f8330d8ab8/exynos/multimedia/codecs/video/Android.mk
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
ifeq ($(filter-out exynos4,$(TARGET_BOARD_PLATFORM)),)
|
|
include $(LOCAL_PATH)/exynos4/Android.mk
|
|
endif
|
|
|