Skip to content

Commit

Permalink
misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Aug 2, 2024
1 parent b6cc83e commit c60b106
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 38 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
useLegacyPackaging = false
}
jniLibs {
useLegacyPackaging = true
useLegacyPackaging = false
}
resources {
excludes += "META-INF/*.version"
Expand Down
12 changes: 3 additions & 9 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,20 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<!--<category android:name="android.intent.category.LAUNCHER" />-->
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".Simulator"
android:exported="true"
android:exported="false"
android:process=":simulator"
android:taskAffinity=""
android:noHistory="true"
android:screenOrientation="nosensor"
android:excludeFromRecents="true"
android:configChanges="keyboard|keyboardHidden|uiMode"
android:theme="@style/Simulator"
tools:ignore="DiscouragedApi">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
tools:ignore="DiscouragedApi" />
</application>

</manifest>
2 changes: 0 additions & 2 deletions app/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ add_library(${CMAKE_PROJECT_NAME} SHARED app.cpp)
# can link libraries from various origins, such as libraries defined in this
# build script, prebuilt third-party libraries, or Android system libraries.
target_link_libraries(${CMAKE_PROJECT_NAME} droidboot_gui)
target_compile_options(${CMAKE_PROJECT_NAME} PUBLIC -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer)
target_link_options(${CMAKE_PROJECT_NAME} PUBLIC -fsanitize=address -fsanitize=undefined)
Binary file not shown.
25 changes: 0 additions & 25 deletions app/src/main/resources/lib/arm64-v8a/wrap.sh

This file was deleted.

0 comments on commit c60b106

Please sign in to comment.