-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge sensors aidl patches to main repo UMR0 #128
Merge sensors aidl patches to main repo UMR0 #128
Conversation
to implement the Sensors AIDL HAL, an object must extend the ISensors interface and implement all functions defined in hardware/interfaces/sensors/aidl/android/hardware/sensors/ISensors.aidl Tracked-On: OAM-112804 Signed-off-by: Ranjan, Rajani <rajani.ranjan@intel.com>
The minimum requirement for Sensors HAL in android 14 should be AIDL implementation to meet target-level 8, API level 34 requirement. upgrading to AIDL implementations. moving from Sensors2.0 HIDL service to Sensors AIDL service HAL, which is based on Sensors HAL 2.1, uses the AIDL HAL interface. Sensors AIDL HAL is available in Android 13 and higher for new and upgraded devices. Tracked-On: OAM-112804 Signed-off-by: Ranjan, Rajani <rajani.ranjan@intel.com>
…patibilty matrix. google compatibility matrix for android u requires sensors@aidl version 2. android.hardware.sensors@2.0::ISensors/default is deprecated in compatibility matrix at FCM Version 8. The minimum requirement for Sensors HAL in android 14 should be AIDL implementation to meet target-level 8, API level 34 requirement. Tracked-On: OAM-112804 Signed-off-by: Ranjan, Rajani <rajani.ranjan@intel.com>
Tracked-On: OAM-112804 Signed-off-by: Ranjan, Rajani <rajani.ranjan@intel.com>
Tracked-On: OAM-112804 Signed-off-by: Ranjan, Rajani <rajani.ranjan@intel.com>
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
2 similar comments
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
3 similar comments
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
8 similar comments
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failure when executing preintegration builder
FAILURE:Trigger Builds cancelled
More details, logs, and binaries: /absp/builders/celadon-preintegration/builds/5276
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR integrated into 'preintegration' builder
More details, logs, and binaries: /absp/builders/celadon-preintegration/builds/5282
Done by "Ranjan, Rajani" rajani.ranjan@intel.com
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR integrated into 'premerge' builder
More details, logs, and binaries: /absp/builders/celadon-premerge/builds/3068
Done by "Ranjan, Rajani" rajani.ranjan@intel.com
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cactus finished building and testing your changes
It was requested for merge by "Ranjan, Rajani" rajani.ranjan@intel.com
so we merge it. Thanks for your contribution.
more details, logs, and binaries: /absp/builders/celadon-mergerequest/builds/3425
Merge sensors aidl patches to main repo UMR0
OAM-112804