diff options
author | Scott Randolph <randolphs@google.com> | 2018-06-04 16:56:01 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-06-04 16:56:01 -0700 |
commit | 965fea1ddac684f3c8f794353416323dd7e2f9d6 (patch) | |
tree | 5f8abe91e71164a3348afc1057bafc97b7583c9e /automotive | |
parent | 27aa09d3bb770af4f6cc80cfe491714c7bdc7e04 (diff) | |
parent | 62fd03d8e64f368fadce4a972ead88404f94b21d (diff) | |
download | platform_hardware_interfaces-965fea1ddac684f3c8f794353416323dd7e2f9d6.tar.gz platform_hardware_interfaces-965fea1ddac684f3c8f794353416323dd7e2f9d6.tar.bz2 platform_hardware_interfaces-965fea1ddac684f3c8f794353416323dd7e2f9d6.zip |
Explicitly unfreeze the Automotive HALs
am: 62fd03d8e6
Change-Id: Icb6acf5f5cecdbc429153994ffaad6bb7aabd264
Diffstat (limited to 'automotive')
-rw-r--r-- | automotive/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/automotive/README.md b/automotive/README.md new file mode 100644 index 0000000000..341a1bb400 --- /dev/null +++ b/automotive/README.md @@ -0,0 +1,10 @@ +## Autmotive HALs ## +--- + +## Overview: ## + +The automotive HAL tree is used by Android Automotive to discover and +operate hardware specific to a car. + +The HALs are not (yet) frozen, as the HAL definition is expected to evolve +between Android releases. |