platform_build/core/combo
Dan Willemsen 2ec3e4a257 Remove Java PATH check, deprecate using PATH in Kati
The Java PATH fixup is now handled within soong_ui, along with the
values of ANDROID_JAVA_HOME based on OVERRIDE_ANDROID_JAVA_HOME /
EXPERIMENTAL_USE_OPENJDK9.

Mark PATH as deprecated, so that any reads/writes will cause warnings.
This will be switched to obsolete once it's verified that there are no
more users.

Using PATH within Kati means that we've got to rebuild the ninja files
whenever your PATH changes, which is not ideal, especially since some of
the envsetup functions can change your PATH. In most cases you only need
to use PATH within the bash portions of the build rules ($${PATH}), which
isn't treated as a make variable, so won't produce an error.

I'm also planning on replacing PATH in a future change with our own
directory that has placeholders for everything in your PATH. This will
let us remove tools that shouldn't be used from the build.

Test: m nothing
Test: build/soong/build_test.bash on AOSP and internal master
Change-Id: I18d8d19cfba313ff9176345bf73ac34e8dbebfbb
2017-11-08 00:24:35 -08:00
..
arch Update references to build/core to build/make/core 2017-10-20 12:49:28 -07:00
fdo.mk Support "LOCAL_FDO_SUPPORT := always". 2015-03-13 11:36:15 -07:00
HOST_CROSS_windows-x86.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_CROSS_windows-x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_darwin-x86.mk Remove global linker search paths 2016-09-09 11:01:15 -07:00
HOST_darwin-x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_linux-x86.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_linux-x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
javac.mk Remove Java PATH check, deprecate using PATH in Kati 2017-11-08 00:24:35 -08:00
select.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-arm.mk Revert "Revert "Build support for 32-bit armv8-a"" 2017-08-23 10:58:57 +00:00
TARGET_linux-arm64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-mips.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-mips64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-x86.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00