platform_build/core
Colin Cross 75b50421af Compile with javac by default
javac is replacing jack as the default compiler for platform builds.
Leave it on for unbundled builds, we don't have a solution for lambdas
in unbundled builds yet (b/62038127).

Temporarily allow products to continue to default to jack by setting
PRODUCT_COMPILE_WITH_JACK=true.

This reapplies I1c3857f64eafa445ad1b9dd94eff85bef05f4649.

Bug: 36902714
Test: m -j checkbuild
Test: https://android-build.googleplex.com/builds/view-workplan?viewType=Table&workplanId=L50600000086240009&nodeType=Trybot
Test: https://android-build.googleplex.com/builds/view-workplan?viewType=Table&workplanId=L68900000086676531&nodeType=Trybot
Test: https://android-build.googleplex.com/builds/view-workplan?viewType=Table&workplanId=L37200000086753998&nodeType=Trybot
Test: https://android-build.googleplex.com/builds/view-workplan?viewType=Table&workplanId=L74600000087054271&nodeType=Trybot
Test: sailfish-userdebug boots and basic interactions work
Test: art tests pass
Test: libcore tests pass
Change-Id: Icd1b549cd8a010758a6e5d98b39569fcd1825f60
2017-07-28 13:01:32 -07:00
..
clang Add OWNERS in build/make 2017-06-21 16:09:56 -07:00
combo Compile with javac by default 2017-07-28 13:01:32 -07:00
no_java_path Disable java when JAVA_NOT_REQUIRED is set 2016-02-08 17:02:48 -08:00
tasks custom_images: support verity fec (forward error correction) 2017-07-14 21:47:13 +08:00
LINUX_KERNEL_COPYING
Makefile fix builds on macOS when kernel modules are used 2017-07-21 15:24:51 -07:00
WINPTHREADS_COPYING Statically link libwinpthread into windows binaries. 2017-02-23 17:56:44 -08:00
aapt2.mk Add mising AAPT2 dependency 2017-06-08 00:14:32 -07:00
android_manifest.mk AAPT2: library resource compilation 2016-02-26 10:44:56 -08:00
apicheck_msg_current.txt
apicheck_msg_last.txt
aux_config.mk Don't run find on directories that don't exist 2017-01-11 23:31:46 +00:00
aux_executable.mk introduce AUX build class of targets 2016-08-02 08:06:28 -07:00
aux_static_library.mk introduce AUX build class of targets 2016-08-02 08:06:28 -07:00
aux_toolchain.mk introduce AUX build class of targets 2016-08-02 08:06:28 -07:00
base_rules.mk Merge "Add LOCAL_OVERRIDES_MODULES" 2017-06-22 04:49:41 +00:00
binary.mk Don't add .vendor suffix for vendor-only modules 2017-07-27 08:54:43 +09:00
build-system.html Support java annotation proccessors 2017-04-11 09:56:09 -07:00
build_id.mk [DO NOT MERGE] Update BUILD_ID for nyc branches. 2016-03-02 18:18:07 -08:00
build_rro_package.mk Change name of overlay subdir 'sku'->'theme' 2016-10-19 19:11:30 +00:00
ccache.mk ccache: Allow external setting of CCACHE_COMPILERCHECK variable 2016-03-15 19:44:21 +02:00
checktree
cleanbuild.mk Only run Kati twice on a clean build due to clean_steps.mk 2017-07-24 21:16:38 -07:00
cleanspec.mk
clear_vars.mk Update to latest jacoco usage 2017-07-14 13:04:05 -07:00
config.mk Run `uname -sm` once, don't use python for HOST_OS_EXTRA 2017-07-26 10:49:22 -07:00
config_sanitizers.mk Merge "Enable ubsan check flag in build" 2017-07-25 17:48:06 +00:00
configure_local_jack.mk Support LOCAL_JACK_ENABLED := javac_frontend 2017-04-28 13:39:12 -07:00
configure_module_stem.mk
copy_headers.mk Prohibit host modules from using LOCAL_COPY_HEADERS 2016-11-28 13:46:17 -08:00
cxx_stl_setup.mk Add libdl.so to the list of system shared libs 2017-06-27 16:05:13 -07:00
definitions.mk Merge "Disable desugaring try-with-resources" 2017-07-21 20:48:45 +00:00
device.mk
dex_preopt.mk Add a new PRODUCT variable for forcing 'speed' preopt. 2017-06-15 09:52:45 +01:00
dex_preopt_libart.mk Merge "Pass --force-determinism to prebuilts." 2017-05-08 09:29:55 +00:00
dex_preopt_libart_boot.mk Don't include patch information for dex preopt. 2017-02-28 17:05:12 +00:00
dex_preopt_odex_install.mk Add a new PRODUCT variable for forcing 'speed' preopt. 2017-06-15 09:52:45 +01:00
distdir.mk Remove the rest of showcommands, dist goal 2017-05-26 12:57:04 -07:00
dpi_specific_apk.mk Move proguard before classes.jar 2017-04-06 00:46:23 +00:00
droiddoc.mk Merge "droiddoc: Fix trailing ':' in -classpath, -sourcepath values" 2017-07-21 09:43:30 +00:00
dumpvar.mk Add TARGET_PLATFORM_VERSION to lunch 2017-03-23 09:44:08 -07:00
dynamic_binary.mk Use installed module stem for .so soname 2017-05-19 14:30:12 -07:00
envsetup.mk Run `uname -sm` once, don't use python for HOST_OS_EXTRA 2017-07-26 10:49:22 -07:00
executable.mk Record module type statistics 2016-07-29 19:58:35 +00:00
executable_internal.mk Support split /system and /vendor modules from Soong 2017-04-10 15:54:50 -07:00
executable_prefer_symlink.mk Remove HOST_PREFER_32_BIT 2016-09-02 13:20:52 -07:00
filter_symbols.sh
fuzz_test.mk Update fuzz_test makefile. 2017-04-19 10:58:58 -07:00
generate_enforce_rro.mk Enforce RROs for all the build-time ROs 2017-03-30 10:43:38 +09:00
goma.mk Set JAVAC_WRAPPER if USE_GOMA is set. 2017-06-14 07:57:54 +00:00
header_library.mk Add Header Library support to Make 2017-02-15 16:04:49 -08:00
header_library_internal.mk Add Header Library support to Make 2017-02-15 16:04:49 -08:00
help.mk Add vnod. 2017-03-07 12:17:51 -08:00
host_dalvik_java_library.mk Revert "Use dx.jar directly" 2017-07-18 05:22:59 +00:00
host_dalvik_static_java_library.mk Record module type statistics 2016-07-29 19:58:35 +00:00
host_executable.mk Remove HOST_PREFER_32_BIT 2016-09-02 13:20:52 -07:00
host_executable_internal.mk Add NATIVE_TESTS class, move host native tests 2016-05-24 12:43:16 -07:00
host_fuzz_test.mk Update coverage sanitizer flags in make 2017-06-29 08:53:02 -07:00
host_java_library.mk Update to latest jacoco usage 2017-07-14 13:04:05 -07:00
host_java_library_common.mk Remove javac support in host dex rules. 2016-03-24 16:48:47 -07:00
host_native_test.mk Record module type statistics 2016-07-29 19:58:35 +00:00
host_prebuilt.mk Record module type statistics 2016-07-29 19:58:35 +00:00
host_shared_library.mk Remove HOST_PREFER_32_BIT 2016-09-02 13:20:52 -07:00
host_shared_library_internal.mk Remove USE_NINJA=false 2016-02-26 21:48:31 -08:00
host_shared_test_lib.mk Finish refactoring tests to NATIVE_TESTS 2016-06-22 00:27:54 -07:00
host_static_library.mk Remove HOST_PREFER_32_BIT 2016-09-02 13:20:52 -07:00
host_static_library_internal.mk
host_static_test_lib.mk Record module type statistics 2016-07-29 19:58:35 +00:00
host_test_internal.mk Support non-gtest NATIVE_TESTS 2016-12-21 20:27:06 -08:00
install_jni_libs.mk Embed jni libs in vendor apks for treble-ized devices 2017-04-24 10:01:34 +09:00
install_jni_libs_internal.mk Apks are again allowed to use vendor libs as before 2017-07-20 13:48:56 +09:00
jack-default.args Changing default Jack arguments. 2017-03-28 12:13:32 +02:00
jacoco.mk Update to latest jacoco usage 2017-07-14 13:04:05 -07:00
java.mk Merge "Revert "Use dx.jar directly"" 2017-07-18 07:08:19 +00:00
java_common.mk Build: Experimental option to default to -source 1.9 -target 1.9 2017-07-26 22:24:15 +01:00
java_library.mk Update to latest jacoco usage 2017-07-14 13:04:05 -07:00
link_type.mk link_type: common overrides 2nd 2017-04-20 14:37:23 -07:00
local_vndk.mk LOCAL_PROPRIETARY_MODULE implies LOCAL_USE_VNDK 2017-06-20 15:42:37 -07:00
main.mk Update to latest jacoco usage 2017-07-14 13:04:05 -07:00
math.mk Move math function definitions. 2017-05-31 20:41:49 +00:00
module_arch_supported.mk Tell Soong about HOST_CROSS_* 2016-02-29 13:55:14 -08:00
multi_prebuilt.mk Fix duplicate and dangling rules 2017-04-06 10:23:04 -07:00
multilib.mk
native_benchmark.mk resolve merge conflicts of dd9aee1 to stage-aosp-master 2016-07-29 14:15:14 -07:00
native_test.mk Record module type statistics 2016-07-29 19:58:35 +00:00
ninja_config.mk Move APP-% and PRODUCT-% implementation out of Kati 2017-05-26 12:57:04 -07:00
node_fns.mk
notice_files.mk Exclude ndk stubs from notice file list 2017-04-04 14:59:55 -07:00
package.mk Fix LOCAL_MULTILIB := 64 in TARGET_TRANSLATE_2ND_ARCH builds 2017-04-20 11:19:10 -07:00
package_internal.mk Update to latest jacoco usage 2017-07-14 13:04:05 -07:00
pathmap.mk Remove JNI_H_INCLUDE from make. 2017-07-18 14:44:21 -07:00
pdk_config.mk Replace core-junit with legacy-test 2016-11-30 13:50:56 +00:00
pdk_fusion_modules.mk Add LOCAL_VENDOR_MODULE as a synonym to LOCAL_PROPRIETARY_MODULE 2017-03-20 20:57:04 -07:00
phony_package.mk Record module type statistics 2016-07-29 19:58:35 +00:00
prebuilt.mk Support native test prebuilts for X86+ARM builds 2017-01-17 14:19:50 -08:00
prebuilt_internal.mk Don't add .vendor suffix for vendor-only modules 2017-07-27 08:54:43 +09:00
process_wrapper.sh
process_wrapper_gdb.cmds
process_wrapper_gdb.sh
product-graph.mk
product.mk Compile with javac by default 2017-07-28 13:01:32 -07:00
product_config.mk Compile with javac by default 2017-07-28 13:01:32 -07:00
proguard.emma.flags
proguard.flags
proguard.jacoco.flags Support code coverage with Jack 2016-01-27 19:14:14 +01:00
proguard_basic_keeps.flags
proguard_tests.flags
root.mk
sdk_font.mk
setup_one_odex.mk Move profile logic to dex_preopt_odex_install 2017-03-03 16:23:14 -08:00
shared_library.mk Record module type statistics 2016-07-29 19:58:35 +00:00
shared_library_internal.mk Support split /system and /vendor modules from Soong 2017-04-10 15:54:50 -07:00
shared_test_lib.mk Finish refactoring tests to NATIVE_TESTS 2016-06-22 00:27:54 -07:00
soong_config.mk Allow integer_overflow sanitizer path exclusion. 2017-07-18 15:14:22 -07:00
static_java_library.mk Provide make variables for java binaries 2017-07-01 01:03:14 +00:00
static_library.mk Record module type statistics 2016-07-29 19:58:35 +00:00
static_library_internal.mk Support Soong native coverage 2017-02-10 09:27:35 -08:00
static_test_lib.mk Record module type statistics 2016-07-29 19:58:35 +00:00
target_test_internal.mk Support non-gtest NATIVE_TESTS 2016-12-21 20:27:06 -08:00
version_defaults.mk Run `uname -sm` once, don't use python for HOST_OS_EXTRA 2017-07-26 10:49:22 -07:00