1/*
2 * Copyright (C) 2017 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 *      http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16module java.base {
17    // oj
18    exports com.sun.net.ssl.internal.ssl;
19    exports com.sun.nio.file;
20    exports com.sun.security.cert.internal.x509;
21    exports java.awt.font;
22    exports java.beans;
23    exports java.io;
24    exports java.lang;
25    exports java.lang.annotation;
26    exports java.lang.invoke;
27    exports java.lang.ref;
28    exports java.lang.reflect;
29    exports java.net;
30    exports java.nio;
31    exports java.nio.channels;
32    exports java.nio.channels.spi;
33    exports java.nio.charset;
34    exports java.nio.charset.spi;
35    exports java.nio.file;
36    exports java.nio.file.attribute;
37    exports java.nio.file.spi;
38    exports java.security;
39    exports java.security.acl;
40    exports java.security.cert;
41    exports java.security.interfaces;
42    exports java.security.spec;
43    exports java.sql;
44    exports java.text;
45    exports java.time;
46    exports java.time.chrono;
47    exports java.time.format;
48    exports java.time.temporal;
49    exports java.time.zone;
50    exports java.util;
51    exports java.util.concurrent;
52    exports java.util.concurrent.atomic;
53    exports java.util.concurrent.locks;
54    exports java.util.function;
55    exports java.util.jar;
56    exports java.util.logging;
57    exports java.util.prefs;
58    exports java.util.regex;
59    exports java.util.stream;
60    exports java.util.zip;
61    exports javax.crypto;
62    exports javax.crypto.interfaces;
63    exports javax.crypto.spec;
64    exports javax.net;
65    exports javax.net.ssl;
66    exports javax.security.auth;
67    exports javax.security.auth.callback;
68    exports javax.security.auth.login;
69    exports javax.security.auth.x500;
70    exports javax.security.cert;
71    exports javax.sql;
72    exports jdk.net;
73    exports sun.invoke.util;
74    exports sun.misc;
75    exports sun.net;
76    exports sun.net.ftp;
77    exports sun.net.ftp.impl;
78    exports sun.net.spi;
79    exports sun.net.spi.nameservice;
80    exports sun.net.util;
81    exports sun.net.www;
82    exports sun.net.www.protocol.file;
83    exports sun.net.www.protocol.ftp;
84    exports sun.net.www.protocol.jar;
85    exports sun.nio;
86    exports sun.nio.ch;
87    exports sun.nio.cs;
88    exports sun.nio.fs;
89    exports sun.reflect;
90    exports sun.reflect.misc;
91    exports sun.security.action;
92    exports sun.security.jca;
93    exports sun.security.pkcs;
94    exports sun.security.provider;
95    exports sun.security.provider.certpath;
96    exports sun.security.timestamp;
97    exports sun.security.util;
98    exports sun.security.x509;
99    exports sun.util;
100    exports sun.util.calendar;
101    exports sun.util.locale;
102    exports sun.util.locale.provider;
103    exports sun.util.logging;
104    exports sun.util.resources;
105    // non-oj
106    exports android.system;
107    exports android.icu.impl;
108    exports android.icu.math;
109    exports android.icu.text;
110    exports android.icu.util;
111    exports dalvik.annotation.optimization;
112    exports dalvik.system;
113    exports java.math;
114    exports javax.xml.parsers;
115    exports libcore.io;
116    exports libcore.icu;
117    exports libcore.net;
118    exports libcore.net.event;
119    exports libcore.net.http;
120    exports libcore.reflect;
121    exports libcore.util;
122    exports org.json;
123}
124