Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52d97c1b authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak Committed by android-build-merger
Browse files

Merge changes from topic "nnapi_ext_restrict"

am: aef149ec

Change-Id: I62a851d5feccb0c8c201c76dc1771d98068da45f
parents 1d03d085 aef149ec
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -23947,9 +23947,7 @@ Slog.v(TAG, ":: stepped forward, applying functor at tag " + parser.getName());
            }
            return ((appInfo.isSystemApp() ? IPackageManagerNative.LOCATION_SYSTEM : 0)
                    | (appInfo.isVendor() ? IPackageManagerNative.LOCATION_VENDOR : 0)
                    | (appInfo.isProduct() ? IPackageManagerNative.LOCATION_PRODUCT : 0)
                    | (appInfo.isProductServices()
                            ? IPackageManagerNative.LOCATION_PRODUCT_SERVICES : 0));
                    | (appInfo.isProduct() ? IPackageManagerNative.LOCATION_PRODUCT : 0));
        }
    }