OSDN Git Service

move libbinder's header files under includes/binder
authorMathias Agopian <mathias@google.com>
Wed, 20 May 2009 02:11:50 +0000 (19:11 -0700)
committerMathias Agopian <mathias@google.com>
Wed, 20 May 2009 02:59:26 +0000 (19:59 -0700)
libril/Android.mk
libril/ril.cpp

index 46a900f..c908d74 100644 (file)
@@ -9,7 +9,7 @@ LOCAL_SRC_FILES:= \
 
 LOCAL_SHARED_LIBRARIES := \
     libutils \
-       libbinder \
+    libbinder \
     libcutils \
     libhardware_legacy
 
index d06f0f3..837a4fa 100644 (file)
@@ -27,7 +27,7 @@
 #include <utils/Log.h>
 #include <utils/SystemClock.h>
 #include <pthread.h>
-#include <utils/Parcel.h>
+#include <binder/Parcel.h>
 #include <cutils/jstring.h>
 
 #include <sys/types.h>