Fix build
Slang uses env var that build server does not set, so we still need to use relative path. Change-Id: Ibf57710b113674fe546700d81154e5236920134c
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
#pragma rs java_package_name(com.android.fountain)
|
||||
|
||||
#include "rs_types.rsh"
|
||||
#include "rs_math.rsh"
|
||||
#include "rs_graphics.rsh"
|
||||
#include "../../../../../../scriptc/rs_types.rsh"
|
||||
#include "../../../../../../scriptc/rs_math.rsh"
|
||||
#include "../../../../../../scriptc/rs_graphics.rsh"
|
||||
|
||||
static int newPart = 0;
|
||||
rs_mesh partMesh;
|
||||
|
||||
Reference in New Issue
Block a user