File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/fuzion24/device/vulnerability/vulnerabilities/system Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ public class CVE20151528 implements VulnerabilityTest {
17
17
System .loadLibrary ("cve20151528" );
18
18
}
19
19
20
-
21
20
@ Override
22
21
public String getCVEorID () {
23
22
return "CVE-2015-1528" ;
@@ -44,6 +43,7 @@ public List<CPUArch> getSupportedArchitectures() {
44
43
List <CPUArch > supportedArchs = new ArrayList <>();
45
44
supportedArchs .add (CPUArch .ARM );
46
45
supportedArchs .add (CPUArch .ARM7 );
46
+ supportedArchs .add (CPUArch .X86 );
47
47
return supportedArchs ;
48
48
}
49
49
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
2
2
3
3
include $(CLEAR_VARS )
4
4
5
- APP_ABI := armeabi armeabi-v7a
5
+ APP_ABI := armeabi armeabi-v7a x86
6
6
7
7
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH ) /include
8
8
LOCAL_C_INCLUDES := $(LOCAL_PATH ) /include-all
You can’t perform that action at this time.
0 commit comments