1# Car-ui-lib OEM APIs 2 3``` 4############################################# 5# WARNING # 6############################################# 7# The OEM APIs as they appear on this # 8# branch of android are not finalized! # 9# If a shared library is built using them, # 10# it will cause apps to crash! # 11# # 12# Please get the OEM APIs from a later # 13# branch of android instead. # 14############################################# 15``` 16 17These APIs allow OEMs to build a shared library for 18car-ui-lib that can supply custom implementations 19of car-ui-lib components. See 20SharedLibraryFactorySingleton for information 21on the entrypoint to the shared library. 22