Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/device_samsung_sm7125-common/commit/63c4611bb13f72425045b5eac7ddec7fc82ea7a9?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

sm7125-common: Move /vendor/ueventd.rc to /vendor/etc/ueventd.rc

The root location of this file is deprecated for Android T.

Bug: 189268918
Bug: 178221726
Test: device reaches boot complete after raising API level to 32
Change-Id: I97a6d2e5cacd0ac5eeb81daafeb8b1a0ad5c119b
fourteen-wip
Steven Moreland 4 years ago committed by Simon1511
parent 55ac486828
commit 63c4611bb1
  1. 2
      rootdir/Android.mk

@ -162,7 +162,7 @@ LOCAL_MODULE_STEM := ueventd.rc
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/ueventd.qcom.rc
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)
include $(BUILD_PREBUILT)
# /vendor/bin scripts

Loading…
Cancel
Save