# aaos-device **Repository Path**: hanhai-modules/aaos-device ## Basic Information - **Project Name**: aaos-device - **Description**: 来自黑芝麻智能科技(bstai)瀚海(hanhai)的device组件,该目录是 AOSP 中的设备适配层,包含硬件配置、驱动、服务及构建脚本等内容。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: RC_IVI_1.1.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-04-26 - **Last Updated**: 2026-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Intro `/device/bst` dir is the main entry of building `HanHai bst_c1200_aaos`,including makefiles,configurations,kinds of overlays and prebuilt binaries etc. the structure of this repo is not fixed,it may change in the future. current structure as follows: ``` ├── c1200 ├── common ├── docs ├── .git ├── overlays ├── platform ├── README.md ├── rro_overlays └── tools ``` - `c1200` is related to c1200 board hardware specific configurations - `common` contains some platform unified configurations - `overlays` stores some basic overlays used in `bst_c1200_aaos` - `platform` mainly include fstab and kernel configurations - `rro_overlays` will be used to set up Runtime Resource Overlays - `docs` collects some useful documents - `tools` stores some useful scripts,tools,or others # Build Hanhai `bst_c1200_aaos` is based on AOSP14 AAOS(Android Automotive Operating System),so the build progress is similiar to AOSP14,for more details please refer to [link](./docs/Compile.md)