summaryrefslogtreecommitdiffstats
path: root/connected-device-lib/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* Send nonces along with encryption key as out of band data.Leslie Watkins2020-05-191-0/+1
| | | | | | Fixes: 156501825 Test: unit tests pass Change-Id: Ic4bed37cba01190eb41a35898d77dc8b5769938b
* Create encryption-runner library within car/libs.Anthony Chen2020-05-011-1/+1
| | | | | | | | | | | | | | This library is a fork of the `EncryptionRunner` within packages/services/Car. That library will be removed in master so branching in rvc-dev so that development can upstream to master. The library cannot be moved in rvc-dev because there are still classes within packages/services/Car that depend on it. Bug: 155198346 Test: m -j Test: Run connected-device-lib-unit-tests Change-Id: I3530034e476888954ad4c5a97af2f965ed273d07
* Clean up concurrency code and always connectDan Harms2020-01-161-1/+1
| | | | | | | | | | - Always connect to the foreground user's device if available. - Use Atomic variables where possible. - Minor other code clean up. Fixes: 147437259 147324006 Test: Unit tests pass and association is successful Change-Id: I3b588515651b6d4f05f779f0b68964a4e2d0f1cb
* Convert connected device storage to use Room.Dan Harms2019-12-171-0/+5
| | | | | | Bug: 143879335 Test: Association succeeded Change-Id: I7e658986a1fbc90391c5de59053c76513f14bd7e
* Fix Android.bp so classes are accessibleDan Harms2019-11-041-0/+2
| | | | | | | | And name cleanup from previous commit. Bug: 143766330 Test: Can import classes from library Change-Id: I1a922fe16c2b3e2c9bcae823822a775af59bafd9
* Implement ConnectedDeviceManager stub.Dan Harms2019-10-311-0/+2
| | | | | | Fixes: 140629818 Test: Manual Change-Id: Id1bac046f0dcd7a675b02befaea9ce0d3f9ceaec
* Migrate code to new lib dir.Dan Harms2019-10-291-0/+34
Bug: 140629818 Test: Manual Change-Id: I90b9c5c9168b8da956906ccb646c60bd3cbef6d9