android_device_samsung_a20/universal7885-common/apps
Repository files (latest commit first)
Filename Latest commit message Latest commit date
roynatech2544 8d728a6111 universal7885: libfileio: Fix the unoverloadable function error
device/samsung/universal7885-common/apps/aidl-support/libfileio/FileIO.cpp:27:5: error: functions that differ only in their return type cannot be overloaded
int readline(const char *path) {
~~~ ^
device/samsung/universal7885-common/apps/aidl-support/libfileio/FileIO.cpp:12:13: note: previous definition is here
std::string readline(const char *path) {
~~~~~~~~~~~ ^
1 error generated.

- Rename int version to 'readint' to fix
2022-12-23 19:23:54 +09:00
..
aidl-support universal7885: libfileio: Fix the unoverloadable function error 2022-12-23 19:23:54 +09:00
Camera universal7885: camera-app: Change module name 2022-11-03 16:43:28 +09:00
CameraLightSensor universal7885: parts: Implement SmartCharge settings 2022-10-13 20:50:16 +09:00
FMRadio universal7885: FMRadio: Introduce MaterialHelper 2022-11-12 16:58:29 +09:00
SamsungParts universal7885: parts-jni: Use std::round 2022-11-26 18:53:01 +09:00