2013-06-27 21:02:46 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 The Android Open Source Project
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Provides a functioning ART environment without Android frameworks
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES += \
|
2014-12-08 23:46:29 +01:00
|
|
|
apache-xml \
|
2015-07-31 18:39:26 +02:00
|
|
|
ahat \
|
2014-12-08 23:46:29 +01:00
|
|
|
bouncycastle \
|
|
|
|
cacerts \
|
|
|
|
conscrypt \
|
2015-02-17 17:55:52 +01:00
|
|
|
core-oj \
|
2014-12-08 23:46:29 +01:00
|
|
|
core-junit \
|
|
|
|
core-libart \
|
|
|
|
dalvikvm \
|
|
|
|
dex2oat \
|
|
|
|
dexdeps \
|
|
|
|
dexdump \
|
|
|
|
dexlist \
|
|
|
|
dmtracedump \
|
|
|
|
dx \
|
|
|
|
ext \
|
|
|
|
hprof-conv \
|
|
|
|
libart \
|
2016-04-15 19:19:02 +02:00
|
|
|
libart_fake \
|
2014-12-08 23:46:29 +01:00
|
|
|
libcrypto \
|
|
|
|
libexpat \
|
|
|
|
libicui18n \
|
|
|
|
libicuuc \
|
|
|
|
libjavacore \
|
2015-02-17 17:55:52 +01:00
|
|
|
libopenjdk \
|
2015-12-18 12:10:53 +01:00
|
|
|
libopenjdkjvm \
|
2016-10-27 22:23:29 +02:00
|
|
|
libopenjdkjvmti \
|
2014-12-08 23:46:29 +01:00
|
|
|
libnativehelper \
|
|
|
|
libssl \
|
|
|
|
libz \
|
|
|
|
oatdump \
|
|
|
|
okhttp \
|
2016-02-19 17:54:20 +01:00
|
|
|
patchoat \
|
|
|
|
profman
|
2013-06-27 21:02:46 +02:00
|
|
|
|
2014-07-08 19:35:29 +02:00
|
|
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
|
|
|
dalvik.vm.image-dex2oat-Xms=64m \
|
|
|
|
dalvik.vm.image-dex2oat-Xmx=64m \
|
|
|
|
dalvik.vm.dex2oat-Xms=64m \
|
|
|
|
dalvik.vm.dex2oat-Xmx=512m \
|
2014-08-26 23:46:13 +02:00
|
|
|
ro.dalvik.vm.native.bridge=0 \
|
2015-11-05 17:49:49 +01:00
|
|
|
dalvik.vm.usejit=true \
|
2016-01-29 00:58:02 +01:00
|
|
|
dalvik.vm.usejitprofiles=true \
|
|
|
|
dalvik.vm.appimageformat=lz4
|