Skip to content

Commit 8f954a9

Browse files
author
pavl-x86-machine
committed
DefaultDynamicLibraries: added ANDROID_ALL library structure
1 parent e7dce09 commit 8f954a9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

snaploader/src/main/java/electrostatic4j/snaploader/platform/util/DefaultDynamicLibraries.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023-2024, The Electrostatic-Sandbox Distributed Simulation Framework, jSnapLoader
2+
* Copyright (c) 2023-2025, The Electrostatic-Sandbox Distributed Simulation Framework, jSnapLoader
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -44,6 +44,12 @@
4444
*/
4545
public class DefaultDynamicLibraries {
4646

47+
/**
48+
* Represents a System Directory Android Library.
49+
*/
50+
public static NativeDynamicLibrary ANDROID_ALL =
51+
new NativeDynamicLibrary("", PlatformPredicate.ANDROID);
52+
4753
/**
4854
* Represents a linux x86 binary with 64-bit instruction set.
4955
*/

0 commit comments

Comments
 (0)