summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/Android.mk2
-rw-r--r--gui/action.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/gui/Android.mk b/gui/Android.mk
index 17718124d..1fef03d41 100644
--- a/gui/Android.mk
+++ b/gui/Android.mk
@@ -71,7 +71,7 @@ ifeq ($(TW_ROUND_SCREEN), true)
LOCAL_CFLAGS += -DTW_ROUND_SCREEN
endif
-LOCAL_C_INCLUDES += bionic external/stlport/stlport
+LOCAL_C_INCLUDES += bionic external/stlport/stlport system/core/libpixelflinger/include
LOCAL_CFLAGS += -DTWRES=\"$(TWRES_PATH)\"
include $(BUILD_STATIC_LIBRARY)
diff --git a/gui/action.cpp b/gui/action.cpp
index b74584598..0f8c7eea6 100644
--- a/gui/action.cpp
+++ b/gui/action.cpp
@@ -49,7 +49,6 @@ extern "C" {
#include "../variables.h"
#include "../twinstall.h"
#include "cutils/properties.h"
-#include "../minadbd/adb.h"
#include "../adb_install.h"
#include "../set_metadata.h"
};