Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b972579 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "fixup include paths"

parents 3edd8f06 a1549ff1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= app-linux.cpp demo.c.arm
LOCAL_SHARED_LIBRARIES := libEGL libGLESv1_CM libui
LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
LOCAL_MODULE:= angeles
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ LOCAL_SHARED_LIBRARIES := \
    libGLESv1_CM \
    libui

LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)

LOCAL_MODULE:= test-opengl-fillrate

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ LOCAL_SHARED_LIBRARIES := \
    libGLESv1_CM \
    libui

LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)

LOCAL_MODULE:= test-opengl-filter

+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ LOCAL_SHARED_LIBRARIES := \
    libGLESv1_CM \
    libui

LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)

LOCAL_MODULE:= test-opengl-finish

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ LOCAL_SHARED_LIBRARIES := \
    libGLESv2 \
    libui

LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)

LOCAL_MODULE:= test-opengl-gl2_basic

Loading