commit | b3cd63f83187dd773a8033d001ea06e975dfc9da | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Jan 05 13:38:46 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Jan 05 23:50:57 2021 +0000 |
tree | 04c02daf43b9a8be294b1e9a4def88a4344322e9 | |
parent | 377795fadb36ed046a321d6172c6a54bdb88fc82 [diff] |
Fix output file path when package is not set It's been "out//Foo.java" when the package is not set. Now, it's fixed to return "out/Foo.java". Bug: none Test: aidl_unittests/ aidl_integration_test Change-Id: Id175e369d591932fe1ce87f1c7e641d8dfa3cfa4
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview