https://github.com/covesa/android-vss-authentication-service
https://github.com/covesa/android-vss-authentication-service
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/covesa/android-vss-authentication-service
- Owner: COVESA
- License: mpl-2.0
- Created: 2020-09-22T15:06:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T12:22:03.000Z (over 4 years ago)
- Last Synced: 2025-04-30T05:43:16.722Z (about 1 month ago)
- Language: Java
- Size: 151 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Copyright
Copyright (C) 2020, TietoEVRY# License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.# Overview
## Build instructions
The intention is to maintain two build systems with a preference to support Android.bp.
Each module has its own Android.bp and gradle file.### Gradle
From the directory of the desired module (_service_ for the service, _ExampleAppJava_ for the client):
```
./gradlew assembleDebug
```### Android build system
Deploy the repository inside AOSP tree i.e. `/vendor/genivi/modules/vss` and call make from the top of the repo:
```
make vss-example-app vss-authentication-service
```