OSDN Git Service

am 7f856808: Cleanup whitespace.
authorWink Saville <wink@google.com>
Wed, 10 Jun 2009 01:10:02 +0000 (18:10 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 10 Jun 2009 01:10:02 +0000 (18:10 -0700)
Merge commit '7f8568086f2ea14885b0091c793e14c2656f0da2'

* commit '7f8568086f2ea14885b0091c793e14c2656f0da2':
  Cleanup whitespace.

libril/Android.mk
libril/ril.cpp

index ce3efff..cba6c88 100644 (file)
@@ -9,6 +9,7 @@ LOCAL_SRC_FILES:= \
 
 LOCAL_SHARED_LIBRARIES := \
     libutils \
+    libbinder \
     libcutils \
     libhardware_legacy
 
index fae17ca..d695824 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>