commit | 223274e37f27d541858a9b72235e6e5f7e62e1da | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Sep 24 14:14:12 2021 +0900 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Mon Sep 27 03:30:33 2021 +0000 |
tree | 2d54869309eece276f258252ee3ae456a763e25c | |
parent | a1baac53d0baf580c7ee6988a4c39cf124735ba0 [diff] |
Add --min_sdk_version flag to the compiler The flag is used to set the minimum SDK version that the generated code should support. This will allow the compiler to generate code that makes use of newer platform features (e.g. new APIs) when it is guaranteed that the generated code always runs on such platforms. For now, this flag is no-op. Bug: 175819535 Test: aidl_unittests Change-Id: I5297f940b0327f3e057db984b6efb454266e4923
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview