log/logd.h should point to log/log.h

Test: compile
Bug: 32395896
Bug: 30465923
Change-Id: I1ee85594a0dc6b094480161dc5dbec71eaecdfb9
This commit is contained in:
Mark Salyzyn 2016-10-25 09:21:00 -07:00
parent 4818194a25
commit 57ba9c96e3
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
#include <android/log.h>
#include <log/log.h>