diff options
author | 2024-02-23 20:04:52 +0000 | |
---|---|---|
committer | 2024-02-23 20:38:51 +0000 | |
commit | c35eef72b57b37975a29eedba92798313c01b444 (patch) | |
tree | 457c50225f9645c8628315c24c3eb19d21727300 /libnativeloader/library_namespaces.h | |
parent | 6e52064e41e6a130f1713c2f422c5bf66a5ff3b7 (diff) |
Revert "Give full access to native libs from java libs in the sa..."
Revert submission 2933611-libnativeloader-shared-syslibs
Reason for revert: Fixing test breakage b/326622518, b/326631342
Reverted changes: /q/submissionid:2933611-libnativeloader-shared-syslibs
Change-Id: I746478191c0e3a2d1a36d87e7a3db980de196420
Diffstat (limited to 'libnativeloader/library_namespaces.h')
-rw-r--r-- | libnativeloader/library_namespaces.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libnativeloader/library_namespaces.h b/libnativeloader/library_namespaces.h index b932a557e0..ae1cd88f20 100644 --- a/libnativeloader/library_namespaces.h +++ b/libnativeloader/library_namespaces.h @@ -53,7 +53,6 @@ using ApiDomain = enum { API_DOMAIN_DEFAULT = 0, // Locations other than those below, in particular for ordinary apps API_DOMAIN_VENDOR = 1, // Vendor partition API_DOMAIN_PRODUCT = 2, // Product partition - API_DOMAIN_SYSTEM = 3, // System and system_ext partitions }; ApiDomain GetApiDomainFromPath(const std::string_view path); |