diff options
author | Mark Salyzyn <salyzyn@google.com> | 2016-12-21 23:15:24 +0000 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2017-01-30 22:14:59 +0000 |
commit | bdac221cc3e87f0c1779f22df45f8efb3c610ffc (patch) | |
tree | 4a8333e79d534fc38116cf1cb475a74016e9d0d9 /include | |
parent | a5cfc8b1e6140ac7a7bfc7bffa36de3d6543b59a (diff) | |
download | system_core-bdac221cc3e87f0c1779f22df45f8efb3c610ffc.tar.gz system_core-bdac221cc3e87f0c1779f22df45f8efb3c610ffc.tar.bz2 system_core-bdac221cc3e87f0c1779f22df45f8efb3c610ffc.zip |
Revert "Continue using the legacy NDK android/log.h."
Use refreshed android/log.h for NDK
This effectively a modern revert of the commit
b7c3996f7c048eac6f113697a5734870f0b2cfdb
Test: build
Bug: 30465923
Bug: 34250038
Change-Id: I7d4a5134bb711051283c36a2d5bc803436dca12e
Diffstat (limited to 'include')
l--------- | include/android | 1 | ||||
l--------- | include/android/log.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/android b/include/android deleted file mode 120000 index 487239387..000000000 --- a/include/android +++ /dev/null @@ -1 +0,0 @@ -../liblog/include/android
\ No newline at end of file diff --git a/include/android/log.h b/include/android/log.h new file mode 120000 index 000000000..736c44840 --- /dev/null +++ b/include/android/log.h @@ -0,0 +1 @@ +../../liblog/include/android/log.h
\ No newline at end of file |