Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/hardware_samsung/commit/0094b44226d7c98a586997d292d3f46b077a82ae?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
10 deletions
hidl/consumerir/ConsumerIr.h
hidl/consumerir/include/samsung_ir.h
@ -1,5 +1,5 @@
/*
* Copyright ( C ) 2020 The LineageOS Project
* Copyright ( C ) 2020 - 2022 The LineageOS Project
*
* Licensed under the Apache License , Version 2.0 ( the " License " ) ;
* you may not use this file except in compliance with the License .
@ -14,8 +14,7 @@
* limitations under the License .
*/
# ifndef ANDROID_HARDWARE_IR_V1_0_CONSUMERIR_H
# define ANDROID_HARDWARE_IR_V1_0_CONSUMERIR_H
# pragma once
# include <android/hardware/ir/1.0/IConsumerIr.h>
# include <hidl/MQDescriptor.h>
@ -42,5 +41,3 @@ class ConsumerIr : public IConsumerIr {
} // namespace ir
} // namespace hardware
} // namespace android
# endif // ANDROID_HARDWARE_IR_V1_0_CONSUMERIR_H
@ -1,6 +1,6 @@
/*
* Copyright ( C ) 2016 The CyanogenMod Project
* Copyright ( C ) 2020 The LineageOS Project
* 2020 - 2022 The LineageOS Project
*
* Licensed under the Apache License , Version 2.0 ( the " License " ) ;
* you may not use this file except in compliance with the License .
@ -15,8 +15,7 @@
* limitations under the License .
*/
# ifndef SAMSUNG_CONSUMERIR_H
# define SAMSUNG_CONSUMERIR_H
# pragma once
# include <android/hardware/ir/1.0/IConsumerIr.h>
@ -48,5 +47,3 @@ static const std::vector<ConsumerIrFreqRange> consumerirFreqs = {
{ . min = 40000 , . max = 40000 } ,
{ . min = 56000 , . max = 56000 } ,
} ;
# endif // SAMSUNG_CONSUMERIR_H