mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-30 10:32:20 +00:00
!246 Change abc generation template
Merge pull request !246 from ctw-ian/modify_template
This commit is contained in:
commit
4a40ac95a4
@ -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" ]
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user