commit | 67c3f0b92fcfdf31b753f75481b81ba8e6bed108 | [log] [tgz] |
---|---|---|
author | Calvin Huang <calhuang@google.com> | Wed Jul 27 16:48:42 2022 -0700 |
committer | Calvin Huang <calhuang@google.com> | Wed Jul 27 16:53:18 2022 -0700 |
tree | a9965c89ebf0dfbc461780781bd416cec49dd79d | |
parent | 55f92de721f4602713aaa94ed122d30768341f7f [diff] |
Keep DisplayAreaGroup and DisplayAreaPolicyBuilder in services.jar After aosp/2123992, this 2 classes are not visible by CarDisplayAreaPolicyProvider, result in boot loop. Use @Keep to keep them in services.jar solve the booting issue. Fix: 239744560 Test: Manually luanch seahawk_car_ui_portrait Change-Id: Ie4c934b7c729017e2bd0ff8cf99d059cf9275da3