Skip to content

Commit efabb45

Browse files
committed
Modifications for compatibility with cupcake and donut.
1 parent 49fc519 commit efabb45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

activity.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <unistd.h>
22
#include <android_runtime/ActivityManager.h>
3-
#include <binder/IBinder.h>
4-
#include <binder/IServiceManager.h>
5-
#include <binder/Parcel.h>
3+
#include <utils/IBinder.h>
4+
#include <utils/IServiceManager.h>
5+
#include <utils/Parcel.h>
66
#include <utils/String8.h>
77
#include <assert.h>
88

su.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define DEFAULT_COMMAND "/system/bin/sh"
1414

15-
#define VERSION "2.3.1-efg"
15+
#define VERSION "2.3.1-cd"
1616

1717
struct su_initiator {
1818
pid_t pid;

0 commit comments

Comments
 (0)