feat: support 16k page size
This commit is contained in:
parent
a1676f4f96
commit
4270abeea2
4 changed files with 6 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
<selectionStates>
|
||||
<SelectionState runConfigName="app">
|
||||
<option name="selectionMode" value="DROPDOWN" />
|
||||
<DropdownSelection timestamp="2024-10-11T03:45:10.780689385Z">
|
||||
<DropdownSelection timestamp="2024-10-13T08:08:20.168147544Z">
|
||||
<Target type="DEFAULT_BOOT">
|
||||
<handle>
|
||||
<DeviceId pluginId="LocalEmulator" identifier="path=/home/kagura/.android/avd/Pixel_3_API_30.avd" />
|
||||
<DeviceId pluginId="LocalEmulator" identifier="path=/home/kagura/.android/avd/Pixel_6_API_35.avd" />
|
||||
</handle>
|
||||
</Target>
|
||||
</DropdownSelection>
|
||||
|
|
Binary file not shown.
Binary file not shown.
4
app/src/main/rust/libsysinfo/build.rs
Normal file
4
app/src/main/rust/libsysinfo/build.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
fn main() {
|
||||
println!("cargo:rustc-link-arg=-z");
|
||||
println!("cargo:rustc-link-arg=max-page-size=16384");
|
||||
}
|
Loading…
Reference in a new issue