mirror of
https://gitee.com/openharmony/request_request
synced 2024-11-23 06:49:58 +00:00
!969 [Bug]: 初始化函数放在 so 的位置
Merge pull request !969 from ZhangJianxin/startup
This commit is contained in:
commit
bd789155b2
@ -152,7 +152,7 @@ impl Ability for RequestAbility {
|
||||
#[used]
|
||||
#[link_section = ".init_array"]
|
||||
static A: extern "C" fn() = {
|
||||
#[link_section = "..text.startup"]
|
||||
#[link_section = ".text.startup"]
|
||||
extern "C" fn init() {
|
||||
info!("begin request service init");
|
||||
let system_ability = RequestAbility::new()
|
||||
|
Loading…
Reference in New Issue
Block a user