commit | 60699b5f0010228906c13f288ae37077c326deb3 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Wed May 26 22:20:42 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Wed May 26 22:20:42 2021 +0900 |
tree | 9cf300c63edd50d37f6a9ff9dbb207ac71d91913 | |
parent | 50a1dfc98ac59c21aa935c11654bfb2602df7ee7 [diff] |
fix import paths when compiling snapshots When compiling snapshots we should import - snapshot dir (e.g <foo-iface>/aidl_api/foo-iface/1) - "current" of imported interfaces (e.g <bar-iface>/aidl_api/bar-iface/current) Previously, the snapshot of generated sources(e.g. hidl2aidl_test_gen) caused the build error due to the wrong import path. Bug: 189288369 Test: aidl_unitttests Test: m hidl2aidl_test_gen-freeze-api m Change-Id: I92f8e290b89c737f4b16fc064e763bd47cd1a9da
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview