aboutsummaryrefslogtreecommitdiff
path: root/car-default-input-service
AgeCommit message (Collapse)Author
2018-02-27packages/services/Car: Set LOCAL_SDK_VERSION where possible.Anton Hansson
This change sets LOCAL_SDK_VERSION for all packages where this is possible without breaking the build, and LOCAL_PRIVATE_PLATFORM_APIS := true otherwise. Setting one of these two will be made required soon, and this is a change in preparation for that. Not setting LOCAL_SDK_VERSION makes the app implicitly depend on the bootclasspath, which is often not required. This change effectively makes depending on private apis opt-in rather than opt-out. Test: make relevant packages Bug: 73535841 Change-Id: I1e77ed30aa2b67a6b8640a23fc42c28b0445bf29
2016-08-04Refactor CarInputService to allow customization of input buttonVitalii Tomkiv
handling. This CL adds ICarInput service, and overlay config to specify service that should handle inputs. If input is not handled it will fall back to default implementation. Change-Id: I71f1fbac780ab34901f6a3d0951e0a2efb02a61c