projects
/
GitHub
/
mt8127
/
android_device_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c481cf0
)
fix building of libxlog
author
Jan Altensen
<info@stricted.net>
Sun, 24 Feb 2019 12:47:40 +0000
(13:47 +0100)
committer
Jan Altensen
<info@stricted.net>
Sun, 24 Feb 2019 12:47:40 +0000
(13:47 +0100)
Change-Id: I29bb9c54b6477ae48ad968fbcd7f792357b8e435
libxlog/mtkaudio.cpp
patch
|
blob
|
blame
|
history
diff --git
a/libxlog/mtkaudio.cpp
b/libxlog/mtkaudio.cpp
index 049ed85deb9937d005c261decea7527a8b38f4eb..00ada4db376e973db4f4c38fc8c4a532872d7b63 100644
(file)
--- a/
libxlog/mtkaudio.cpp
+++ b/
libxlog/mtkaudio.cpp
@@
-1,7
+1,8
@@
#include <MtpTypes.h>
#include <system/audio.h>
#include <utils/StrongPointer.h>
-#include <media/IAudioFlinger.h>
+//#include <media/IAudioFlinger.h>
+#include <binder/IInterface.h>
#include <hardware/audio.h>
#include <stdlib.h>
#include <dlfcn.h>
@@
-212,4
+213,4
@@
public:
IMPLEMENT_META_INTERFACE(ATVCtrlService, "android.media.IATVCtrlService");
-} // namespace
\ No newline at end of file
+} // namespace