diff options
Diffstat (limited to 'remote-processor')
-rw-r--r-- | remote-processor/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote-processor/Android.mk b/remote-processor/Android.mk index efb06f4..d82d548 100644 --- a/remote-processor/Android.mk +++ b/remote-processor/Android.mk @@ -28,7 +28,7 @@ LOCAL_MODULE := $(common_module) LOCAL_MODULE_TAGS := $(common_module_tags) LOCAL_C_INCLUDES += \ - external/stlport/stlport/ \ + $(call include-path-for, stlport) \ bionic/ LOCAL_SHARED_LIBRARIES := libstlport |