!246 Change abc generation template

Merge pull request !246 from ctw-ian/modify_template
This commit is contained in:
openharmony_ci 2022-08-08 11:40:45 +00:00 committed by Gitee
commit 4a40ac95a4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 4 deletions

View File

@ -11,10 +11,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//arkcompiler/ets_frontend/ts2panda/ts2abc_config.gni")
import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni")
import("//build/ohos.gni")
ts2abc_gen_abc("gen_accessibility_extension_abc") {
es2abc_gen_abc("gen_accessibility_extension_abc") {
src_js = rebase_path("accessibility_extension.js")
dst_file = rebase_path(target_out_dir + "/accessibility_extension.abc")
in_puts = [ "accessibility_extension.js" ]

View File

@ -11,10 +11,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//arkcompiler/ets_frontend/ts2panda/ts2abc_config.gni")
import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni")
import("//build/ohos.gni")
ts2abc_gen_abc("gen_accessibility_extension_context_abc") {
es2abc_gen_abc("gen_accessibility_extension_context_abc") {
src_js = rebase_path("accessibility_extension_context.js")
dst_file =
rebase_path(target_out_dir + "/accessibility_extension_context.abc")