Files
android_development/build/README.md
Zhomart Mukhamejanov bdb2a60d3e Add generated Automotive OS SDK.
- Update old comments in sdk.atree.
- Add README.md with instructions on building sdk.

Test: lunch sdk && m -j sdk
Test: Unzipped and extracted platforms/android-11/optional/android.car.jar
      and verified it with the latest android.car-stubs.jar from
      http://ab/.
Bug: 162442020
Change-Id: I9796fbcecfef5178915008b49d81cda996c66fa2
2020-07-29 20:31:17 +00:00

12 lines
176 B
Markdown

# Android SDK
This directory contains configuration for building Android SDK. The root
configuration file is `sdk.atree`.
## Building the SDK
```
$ lunch sdk
$ m -j sdk
```