File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/java/remix/myplayer/misc Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,5 +43,6 @@ target_link_libraries( # Specifies the target library.
4343
4444 # Links the target library to the log library
4545 # included in the NDK.
46- ${log -lib} )
46+ ${log -lib}
47+ "-Wl,--build-id=none" )
4748
Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ android {
6565 " BUGLY_APP_ID" ,
6666 " \" ${properties.getProperty(" BUGLY_APP_ID" )} \" "
6767 )
68- buildConfigField(
69- " String" ,
70- " GITHUB_SHA" ,
71- " \" ${System .getenv(" GITHUB_SHA" )} \" "
72- )
68+ // buildConfigField(
69+ // "String",
70+ // "GITHUB_SHA",
71+ // "\"${System.getenv("GITHUB_SHA")}\""
72+ // )
7373
7474 ndk {
7575 abiFilters + = listOf (
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ object AppInfo {
1010 VERSION_NAME: ${BuildConfig .VERSION_NAME }
1111 FLAVOR: ${BuildConfig .FLAVOR }
1212 BUILD_TYPE: ${BuildConfig .BUILD_TYPE }
13- GITHUB_SHA: ${BuildConfig .GITHUB_SHA }
1413 """ .trimIndent()
1514 }
1615}
You can’t perform that action at this time.
0 commit comments