Giter Club home page Giter Club logo

Comments (4)

Assunzain avatar Assunzain commented on July 1, 2024

try to commit with this Assunzain/frameworks_base@c1636a8

from device_arpi_rpi4.

mihaimacarie98 avatar mihaimacarie98 commented on July 1, 2024

try to commit with this Assunzain/frameworks_base@c1636a8

I've tried but I get other errors now:
frameworks/base/core/jni/android_hardware_Camera.cpp:482:34: error: use of undeclared identifier 'CAMERA_CMD_LONGSHOT_ON' rc = camera->sendCommand(CAMERA_CMD_LONGSHOT_ON, 0, 0); ^ frameworks/base/core/jni/android_hardware_Camera.cpp:484:34: error: use of undeclared identifier 'CAMERA_CMD_LONGSHOT_OFF' rc = camera->sendCommand(CAMERA_CMD_LONGSHOT_OFF, 0, 0); ^ frameworks/base/core/jni/android_hardware_Camera.cpp:500:29: error: use of undeclared identifier 'CAMERA_CMD_HISTOGRAM_SEND_DATA' rc = camera->sendCommand(CAMERA_CMD_HISTOGRAM_SEND_DATA, 0, 0); ^ frameworks/base/core/jni/android_hardware_Camera.cpp:515:32: error: use of undeclared identifier 'CAMERA_CMD_HISTOGRAM_ON' rc = camera->sendCommand(CAMERA_CMD_HISTOGRAM_ON, 0, 0); ^ frameworks/base/core/jni/android_hardware_Camera.cpp:517:32: error: use of undeclared identifier 'CAMERA_CMD_HISTOGRAM_OFF' rc = camera->sendCommand(CAMERA_CMD_HISTOGRAM_OFF, 0, 0); ^ frameworks/base/core/jni/android_hardware_Camera.cpp:591:71: error: too many arguments to function call, expected 2, have 3 status_t rc = Camera::getCameraInfo(cameraId, overrideToPortrait, &cameraInfo); ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~ frameworks/av/camera/include/camera/CameraBase.h:129:26: note: 'getCameraInfo' declared here static status_t getCameraInfo(int cameraId, ^ frameworks/base/core/jni/android_hardware_Camera.cpp:621:47: error: too many arguments to function call, expected 5, have 6 targetSdkVersion, overrideToPortrait); ^~~~~~~~~~~~~~~~~~ frameworks/av/camera/include/camera/Camera.h:82:25: note: 'connect' declared here static sp<Camera> connect(int cameraId, ^ frameworks/base/core/jni/android_hardware_Camera.cpp:649:71: error: too many arguments to function call, expected 2, have 3 status_t rc = Camera::getCameraInfo(cameraId, overrideToPortrait, &cameraInfo); ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~ frameworks/av/camera/include/camera/CameraBase.h:129:26: note: 'getCameraInfo' declared here static status_t getCameraInfo(int cameraId, ^ frameworks/base/core/jni/android_hardware_Camera.cpp:845:34: error: use of undeclared identifier 'CAMERA_CMD_METADATA_ON' rc = camera->sendCommand(CAMERA_CMD_METADATA_ON, 0, 0); ^ frameworks/base/core/jni/android_hardware_Camera.cpp:847:34: error: use of undeclared identifier 'CAMERA_CMD_METADATA_OFF' rc = camera->sendCommand(CAMERA_CMD_METADATA_OFF, 0, 0); ^ 10 errors generated. [ 17% 6034/33626] //frameworks/base/services/incremental:service.incremental clang-tidy IncrementalService.cpp out/soong/.intermediates/frameworks/base/services/incremental/service.incremental.proto/android_arm64_armv8-a_cortex-a72_static/gen/proto/frameworks/base/services/incremental/Metadata.pb.h:503:17: warning: operator=() does not handle self-assignment properly [bugprone-unhandled-self-assignment] inline Mount& operator=(const Mount& from) { ^ 17:02:12 ninja failed with: exit status 1

from device_arpi_rpi4.

jonas-tl avatar jonas-tl commented on July 1, 2024

I face the same error, then I change to use this branch and issue is gone: android-13.0.0_r30

repo init -u https://android.googlesource.com/platform/manifest -b android-13.0.0_r30

from device_arpi_rpi4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.