-
Notifications
You must be signed in to change notification settings - Fork 268
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
Host rtc sync #1325
Closed
Closed
Host rtc sync #1325
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auto mount share folders for Pictures and Download Tracked-On: OAM-97753 Signed-off-by: Yadong Qi <yadong.qi@intel.com>
This is to help change resolution of CFC to 600*960 Tracked-On: OAM-98784 Signed-off-by: Ren Chenglei <chenglei.ren@intel.com>
create WeiXin folder with 0777 for sharing Tracked-On: OAM-99638 Signed-off-by: Yadong Qi <yadong.qi@intel.com>
legacy hal inclusion properties declaration product package inclusion for libs Tracked-On:OAM-99722 Signed-off-by: gkdeepa g.k.deepa@intel.com
Tracked-On: OAM-99705 Signed-off-by: Li, HaihongX <haihongx.li@intel.com>
As per Partner Security Advisory, Google has identified a potential issue where Android 11 devices receiving Mainline updates could enter an unusable state. To adress that patches:A-182960918 and A-193932765 should be applied and mainline patch level flag should be updated. Tracked-On: OAM-99831 Signed-off-by: Salini Venate <salini.venate@intel.com>
Set a fixed value for the status bar height introduced many regressions, so remove the customized configuration. Tracked-On: OAM-99819 Signed-off-by: ji, zhenlong z <zhenlong.z.ji@intel.com>
To pass CTS VideoEncoderTest for testOtherH265, change H265 encoder min resolution to 176x144. Tracked-On: OAM-99358 Signed-off-by: Kishan Mochi <kishan.mochi@intel.com>
Set capture volume to maximum Tracked-On: OAM-100032 Signed-off-by: pmandri <padmashree.mandri@intel.com> Signed-off-by: gkdeepa <g.k.deepa@intel.com>
sensor-2.0 - Adding support sensor-1.0 - Remove support Tracked-On: OAM-99160 Signed-off-by: rajucm <raju.mallikarjun.chegaraddi@intel.com>
Celadon build was failing at creation of super.img during integration of latest gms package - gmsversion 11_202111. Failure: lpmake E [liblp]Partition product_a is part of group group_sys_a which does not have enough space free (1824354304 requested, 2373951488 used out of 4190109696) So enabling block-level deduplication to resolve the issue as per https://source.android.com/devices/tech/ota/dynamic_partitions/implement Tracked-On: OAM-100067 Signed-off-by: Salini Venate <salini.venate@intel.com>
Tracked-On: OAM-99403 Signed-off-by: Yang,JunchaoX <junchaox.yang@intel.com>
hcitools are used only for debugging and hence removing it from Android source tree Tracked-On: OAM-100206 Signed-off-by: Aiswarya Cyriac <aiswarya.cyriac@intel.com>
Tracked-On: OAM-100260 Signed-off-by: rajucm <raju.mallikarjun.chegaraddi@intel.com> Signed-off-by: rajani <rajani.ranjan@intel.com>
Sensors are not required for CFC. Tracked-On: OAM-100260 Signed-off-by: Jaikrishna Nemallapudi <nemallapudi.jaikrishna@intel.com>
Tracked-On: OAM-100298 Signed-off-by: Zhuo Peng <zhuo.peng@intel.com> Change-Id: Id233583708701e97fee190dfd4668bff900314ca
Size limit is changed to 35MB for boot partition to include the firmware. Tracked-On: OAM-100298 Signed-off-by: Swee Yee Fonn <swee.yee.fonn@intel.com>
This is for drag and drop feature Tracked-On: OAM-100024 Signed-off-by: Ai, Ting <ting.a.ai@intel.com>
Instead of using kernel header from the respective kernel header folder, default kernel header folder is used. Fix the issue by setting TARGET_BOARD_KERNEL_HEADERS based on kernel used for building CIV. Tracked-On: OAM-100417 Signed-off-by: Jeevaka Prabu Badrappan <jeevaka.badrappan@intel.com>
zram swap to increase available memory when device is under memory pressure. Tracked-On: OAM-100254 Signed-off-by: Kishan Mochi <kishan.mochi@intel.com>
It will use different service binaries based on whether trusty is enabled or disabled: w/ trusty: android.hardware.keymaster@3.0-service.trusty w/o Trusty: android.hardware.keymaster@3.0-service Tracked-On: OAM-100659 Signed-off-by: yuxincui <yuxin.cui@intel.com>
media_codecs_gen11.xml and media_codecs_performance_ehl.xml to support EHL Change-Id: I0cf0fa05569da08f40727c0370fc21e7aec16eda Tracked-On: OAM-100758 Signed-off-by: Kishan Mochi <kishan.mochi@intel.com>
Add new QMP host utility guest_rtc_monitor into build. Tracked-On: OAM-100921 Signed-off-by: Swee Yee Fonn <swee.yee.fonn@intel.com>
This was referenced Feb 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feature to support guest RTC sync to host.
Dependency PR:
projectceladon/vendor-intel-utils#1362
projectceladon/vm_manager#143
This depdends on the RTC monitor to be opensourced at to be included in Celadon manifest.
https://github.com/projectceladon/rtc-monitor