am: 60519b5
* commit '60519b5ebbe03f4f5146a93adbc887017c43c457':
target_files_diff: Fix the issue with file type change.
Change-Id: I941b4bc961c853d880f8153f36a08c574f195e01
am: 23995fe
* commit '23995fe30f033c42e5274a4cdcbdc710ac3af635':
target_files_diff: Fix the issue with file type change.
Change-Id: Icde8bad6c81ee9c179434010e1d17587fd5386a1
* Default checks include only google* minus google-readability*.
* Some google-* checks are disabled for external projects.
* Each project can add more or disable checks through LOCAL_TIDY_CHECKS.
Bug: http://b/27779618
Change-Id: I83eed73bd2bddaace565a6dde532fb2036b4fac4
am: f31a6de
* commit 'f31a6deeeeb896cc516c2f2f91ceff1fd0702938':
target_files_diff: Fix the issue with file type change.
Change-Id: I4f13b01aa009d7f33692eb20d6ff2c6de241b728
When a file is switched from a regular file to a symlink, we should skip
the comparasion.
Bug: 28373409
Change-Id: I8fef00ab9f2d6f811fde1cadf595e8bd46af2dfd
(cherry picked from commit f31a6deeee)
am: cdb2751
* commit 'cdb27514f91f9790a8916eb1e4e16f8d6a2f3d76':
remove version number from download button at bottom of page.
Change-Id: If1a0c80bd8d80955d4bb71f47efbd8961c0ce5c3
am: 4194fc5
* commit '4194fc52a57178ac5db68b025635accf05e3bce0':
remove version number from download button at bottom of page.
Change-Id: I80310ef73bfbba642fa35802d356360cd33a01e8
am: ba761ab
* commit 'ba761ab3333d86eeaa6bf2f4972ed7bd70ac2f7d':
remove version number from download button at bottom of page.
Change-Id: Iedbdca047db7779415ae55a29291cec8b1b9fa26
When a file is switched from a regular file to a symlink, we should skip
the comparasion.
Bug: 28373409
Change-Id: I8fef00ab9f2d6f811fde1cadf595e8bd46af2dfd
Have croot take an argument of a directory to end up in,
so we can jump around the tree even faster.
Change-Id: Ieb6a8d47fee0412006a11192b29ed44604961312
The NDK doesn't support mips32r6, and the update of prebuilts/ndk to
r11 doesn't have the hack that r10 did. Revert back to r10, until we
decide on a more appropriate solution.
Change-Id: I7891603d8ccbb20398aad893b62c1debf353ef41
am: 83285f39ed
* commit '83285f39ed037b5eff390c6bbd367512f301251d':
Update the path to clean_header.py on the documentation.
Change-Id: Ic0f57a44ddf9a3173b67a346357a3ba5581acaeb
am: 93fdee98a9
* commit '93fdee98a9950e61d5a855023221bebc33694c55':
Update the path to clean_header.py on the documentation.
Change-Id: If67c70e366180d40469c9b052e3d79e4c6c772dc
am: 5ce149b76a
* commit '5ce149b76a44853ec8649057bfcc67d73d3a5a86':
Remove bootclasspath handling for Jack
Remove static libraries from Jack classpath
Change-Id: I2839f7a87c2dc4792c67851d38684ebd28313777
Bootclasspath libraries are already added in LOCAL_JAVA_LIBRARIES by
java.mk and host_dalvik_java_library.mk meaning that bootclasspath
handling was just doing a duplicate work and adding duplicated entries
to the classpath.
Also fix order of bootclasspath libraries for host.
Bug: 28307907
Change-Id: I6e98fc651a127435c029de65285dbf2cb04844af
* Call clang-tidy before every C/C++ compilation if
(1) clang-tidy is found at $(PATH_TO_CLANG_TIDY)
(2) $(my_clang) is true
(3) LOCAL_TIDY is 1 or true, or
LOCAL_TIDY is undefined and WITH_TIDY is 1 or true.
* clang-tidy is called with -checks=$(my_tidy_checks),
which has default '-*,google*,-google-readability*'
and can be overwritten by WITH_TIDY_CHECKS.
* LOCAL_TIDY_CHECKS is appended to $(my_tidy_checks)
* Extra flags are passed to clang-tidy through
WITH_TIDY_FLAGS or LOCAL_TIDY_FLAGS.
* To quickly find and fix clang-tidy warnings, set $(WITH_TIDY_ONLY)
to 1 or true to skip compilation of C/C++ files.
* Add a PHONY tidy_only target,
which includes all $(cpp_objects) and $(c_objects).
* The 'mm' and 'mmm' functions are changed to call make with
the 'tidy_only' target when WITH_TIDY_ONLY is true or 1.
In that case, only clang-tidy is called for C and C++ files.
Bug: http://b/27779618
Change-Id: I8adcfff217d68af49849b79aacee7d7654cafb1b
Those libraries are already imported (or added to the classpath in the
case of the check command) meaning that they were all duplicated.
In addition to complicating the build this was also slowing down the
compilation.
Bug: 28307907
Change-Id: Ia8665e7c5ad8b567bd02de7839fa62e67a5668f7
am: 8e9431e
* commit '8e9431e54f23c089b3e664a82c622783ef13796c':
Wallpaper backup/restore is now in its own package
Change-Id: I3501a452d26316da8787a4695fe2ea46ba85518c