1617a3babSopenharmony_ci// Copyright 2018 Google LLC. 2617a3babSopenharmony_ci// 3617a3babSopenharmony_ci// Licensed under the Apache License, Version 2.0 (the "License"); 4617a3babSopenharmony_ci// you may not use this file except in compliance with the License. 5617a3babSopenharmony_ci// You may obtain a copy of the License at 6617a3babSopenharmony_ci// 7617a3babSopenharmony_ci// http://www.apache.org/licenses/LICENSE-2.0 8617a3babSopenharmony_ci// 9617a3babSopenharmony_ci// Unless required by applicable law or agreed to in writing, software 10617a3babSopenharmony_ci// distributed under the License is distributed on an "AS IS" BASIS, 11617a3babSopenharmony_ci// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12617a3babSopenharmony_ci// See the License for the specific language governing permissions and 13617a3babSopenharmony_ci// limitations under the License. 14617a3babSopenharmony_ci 15617a3babSopenharmony_ci#include "SPIRV/GlslangToSpv.h" 16617a3babSopenharmony_ci 17617a3babSopenharmony_civoid android_main(struct android_app* state) { 18617a3babSopenharmony_ci int version = glslang::GetSpirvGeneratorVersion(); 19617a3babSopenharmony_ci} 20