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

Commit ebd6f94d authored by Shih-wei Liao's avatar Shih-wei Liao Committed by Android (Google) Code Review
Browse files

Merge "Preparing for build system change. Fix the build error in http://b/issue?id=2781522."

parents 90c50c4d a560d7a2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,9 +3,9 @@

#pragma rs java_package_name(com.android.fountain)

#include "../../../../scriptc/rs_types.rsh"
#include "../../../../scriptc/rs_math.rsh"
#include "../../../../scriptc/rs_graphics.rsh"
#include "frameworks/base/libs/rs/scriptc/rs_types.rsh"
#include "frameworks/base/libs/rs/scriptc/rs_math.rsh"
#include "frameworks/base/libs/rs/scriptc/rs_graphics.rsh"

static int newPart = 0;
rs_mesh partMesh;