diff --git a/graphic/graphic_2d/GL4/BUILD.gn b/graphic/graphic_2d/GL4/BUILD.gn index 88b2ee6f48a4a3b979e7064d4c9b337edf7bbe00..b6c389b1842ff8cdff988c367daab2e004d4a056 100644 --- a/graphic/graphic_2d/GL4/BUILD.gn +++ b/graphic/graphic_2d/GL4/BUILD.gn @@ -17,9 +17,9 @@ import("//build/ohos/ndk/ndk.gni") ohos_ndk_headers("GL4_header") { dest_dir = "$ndk_headers_out_dir/GL" sources = [ - "//interface/sdk_c/graphic/graphic_2d/GL4/GL/gl.h", - "//interface/sdk_c/graphic/graphic_2d/GL4/GL/glcorearb.h", - "//interface/sdk_c/graphic/graphic_2d/GL4/GL/glext.h", + "../../../third_party/openGLES/GL/gl.h", + "../../../third_party/openGLES/GL/glcorearb.h", + "../../../third_party/openGLES/GL/glext.h", ] } diff --git a/graphic/graphic_2d/GL4/GL/gl.h b/third_party/openGLES/GL/gl.h similarity index 100% rename from graphic/graphic_2d/GL4/GL/gl.h rename to third_party/openGLES/GL/gl.h diff --git a/graphic/graphic_2d/GL4/GL/glcorearb.h b/third_party/openGLES/GL/glcorearb.h similarity index 100% rename from graphic/graphic_2d/GL4/GL/glcorearb.h rename to third_party/openGLES/GL/glcorearb.h diff --git a/graphic/graphic_2d/GL4/GL/glext.h b/third_party/openGLES/GL/glext.h similarity index 100% rename from graphic/graphic_2d/GL4/GL/glext.h rename to third_party/openGLES/GL/glext.h