NanoAppFilter: Workaround HubId issues

am: 3907049080

Change-Id: I0b9b272e05bc2ff4ecbc74b5570eda066dedede1
This commit is contained in:
Greg Kaiser
2016-08-26 03:44:47 +00:00
committed by android-build-merger

View File

@@ -43,7 +43,8 @@ public class NanoAppFilter {
private long mAppIdVendorMask; private long mAppIdVendorMask;
// Id of the context hub this instance is expected on // Id of the context hub this instance is expected on
private int mContextHubId; // TODO: Provide an API which will let us change this HubId.
private int mContextHubId = HUB_ANY;
/** /**
* Flag indicating any version. With this flag set, all versions shall match provided version. * Flag indicating any version. With this flag set, all versions shall match provided version.