diff --git a/BUILD.gn b/BUILD.gn index 9bcda8673b844a031b7503c2854a3acaef17dfc9..ca146d0a98c1a386849cf309401b95bac37c7d94 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -10,7 +10,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - +import("//build/ohos.gni") config("libEGL_public_config") { include_dirs = [ "api" ] defines = [ "ENABLE_EGL" ] @@ -19,6 +19,6 @@ config("libEGL_public_config") { } } -group("libEGL") { +ohos_static_library("libEGL") { public_configs = [ ":libEGL_public_config" ] }