Concept & Purpose 벤더 구현 분리(특정 device 구현 or 칩 벤더 SW)더 쉽고, 더 빠르고, 적은 비용으로 업그레이드! Technical information HALHardware Abstraction LayerHW 벤더가 구현할 수 있는 표준 인터페이스를 정의 Binderized HALsHIDL 로 표현된 HALBinderized HAL에서 프레임워크와 HAL은 바인더 IPC call 로 통신을 함Passthrough HALsHIDL로 래핑된 기존 HALAndroid 8.0으로 업그레이드 하는 기기는 Passthrough HAL을 사용할 수 있음(Same-process)HAL 모드 요구사항Device Passthrough Binderized Launch with Android 8...