Merge "Relax APF version check in ApfGenerator"
am: 51dab0ed9d
Change-Id: Id8d2d9df1e562ae15e63ba50e65ab6e67dab108c
This commit is contained in:
@@ -367,7 +367,7 @@ public class ApfGenerator {
|
|||||||
*/
|
*/
|
||||||
public boolean setApfVersion(int version) {
|
public boolean setApfVersion(int version) {
|
||||||
// This version number syncs up with APF_VERSION in hardware/google/apf/apf_interpreter.h
|
// This version number syncs up with APF_VERSION in hardware/google/apf/apf_interpreter.h
|
||||||
return version == 2;
|
return version >= 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addInstruction(Instruction instruction) {
|
private void addInstruction(Instruction instruction) {
|
||||||
|
|||||||
Reference in New Issue
Block a user