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

Commit c24ffe6f authored by Anatol Pomazau's avatar Anatol Pomazau
Browse files

Fix header path.

Now libbcc is located under framework/compile

Change-Id: I39cd0d27da73ce31e8cb92772bfda3a942ccd27c
parent 5ebac4cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#include "rsContext.h"
#include "rsScriptC.h"
#include "rsMatrix.h"
#include "../../../external/llvm/libbcc/include/bcc/bcc.h"
#include "../../compile/libbcc/include/bcc/bcc.h"
#include "utils/Timers.h"

#include <GLES/gl.h>