- 30 Nov, 2015 1 commit
-
-
Tao Bao authored
Add an option "--log_diff <filename>" to ota_from_target_files.py script. When enabled, it logs the differences between the source and target builds into <filename> when generating incremental OTAs. Also move target_files_diff.py into releasetools/ so that it can be packed into otatools.zip. Bug: 25372309 Change-Id: Ifd4ed0f2f12ef040ee377621ec8c35a873cec34f
-
- 27 Nov, 2015 4 commits
-
-
Shinichiro Hamaji authored
-
Shinichiro Hamaji authored
-
Shinichiro Hamaji authored
This reverts commit c1f5d9c2. Change-Id: I7e9969a060e3f1380154da65e76134168aee15d8
-
Shinichiro Hamaji authored
This reverts commit 90847057. Change-Id: I8a9958788c51dcec5028ef396cb67abd541ce31f
-
- 26 Nov, 2015 8 commits
-
-
Colin Cross authored
-
Colin Cross authored
This reverts commit 718bab6a. Change-Id: I9aa222fc2936d7d89ae0700eeef505c6b317d777
-
Colin Cross authored
-
Colin Cross authored
For some reason ijar won't build against libc++ for TARGET_BUILD_APPS builds, but does build with libstdc++. Change-Id: I8e900b0f764f0bb8f827705cb9173f07e4f33862
-
Colin Cross authored
-
Paul Duffin authored
-
Shinichiro Hamaji authored
This fixes git_master-linux-apps build. Change-Id: I1a77b2495d98d89f570cb165d7f25f617c9af9aa
-
Shinichiro Hamaji authored
-
- 25 Nov, 2015 1 commit
-
-
Paul Duffin authored
When the 4th argument specified is non-empty then it attempts to use either HOST_OUT_GEN_COMMON or TARGET_OUT_GEN_COMMON depending on whether the 3rd argument is non-empty or not respectively. Unfortunately, those two variables do not exist, the correct names for those variables is HOST_OUT_COMMON_GEN and TARGET_OUT_COMMON_GET. Change-Id: I66edb02824c06e0f504ebe04ff80ddbd77a16c95
-
- 24 Nov, 2015 11 commits
-
-
Tao Bao authored
-
Tao Bao authored
Also clean up some pylint warnings. Bug: 25372309 Change-Id: I226bfd72cb1310ba77352f8d367803e815e1cfa3
-
Ying Wang authored
-
Ying Wang authored
Change-Id: I299076791c620968fa7a5c420b5ca21ea4d30b51
-
Ying Wang authored
-
Ying Wang authored
LOCAL_DONT_DELETE_JAR_META_INF is meant for deleting resources carried by static Java libraries, see comment in clear_vars.mk. For a module's own resources, we should pick up whatever in LOCAL_JAVA_RESOURCE_DIRS. The same applies when building .jack from a prebult jar in transform-jar-to-jack. Bug: 25860887 Change-Id: I20c120e039342a1124362c5f8747eace94b03931 (cherry-pick from commit 996ae38f)
-
Chih-hung Hsieh authored
-
Chih-hung Hsieh authored
-
Alex Klyubin authored
-
Alex Klyubin authored
Bug: 25794543 Change-Id: Ia7da4fbaed77af4020e5aa0b14fe5e1bd8521edb
-
Shinichiro Hamaji authored
-
- 20 Nov, 2015 7 commits
-
-
Chih-Hung Hsieh authored
Bug: 23163853 Change-Id: Ia3d449f908b09ce95b3de246c8c699d171dcbaa3
-
Chih-Hung Hsieh authored
Bug: 23163853 Change-Id: I408ffd90ff2ff075e03962fffd1681fccf0319d3
-
Neil Fuller authored
-
Tao Bao authored
-
Ying Wang authored
-
Ying Wang authored
As we occasionally see java.lang.OutOfMemoryError when running doc-comment-check-docs. Bug: 25787786 Change-Id: I6c505c96ec36d09d28d400e03027b169870c49bb
-
Tao Bao authored
The packaging script is broken when we set TARGET_NO_RECOVERY and SYSTEM_ROOT_IMAGE both. With TARGET_NO_RECOVERY set, we don't have RECOVERY/RAMDISK/etc/recovery.fstab. It thus fails the assertion in common.LoadRecoveryFSTab() that "/" must exist in fstab when enabling SYSTEM_ROOT_IMAGE. Change-Id: Id509d724f18be7cf7389dd786924ead894ac0cc1
-
- 19 Nov, 2015 8 commits
-
-
Christopher Wiley authored
-
Christopher Wiley authored
The export_includes file for a library needs to express a dependency on all generated exported headers. For aidl generated headers, express a dependency on the .cpp file instead, since the generator promises to generate this file last. Unfortunately, the C++ headers generated from a .aidl file depend on the contents of the file. Change-Id: I9402b364e4538b502c0958ac8c7bd72cb0add724
-
Colin Cross authored
-
Christopher Wiley authored
-
Christopher Wiley authored
It is common for developers to generate/compile AIDL in a static library, then link that library into an executable. When doing this, developers need to export the generated headers. Bug: 25779424 Test: a refactoring of the aidl Android.mk shows this works Change-Id: I4f7d471a601d2a683cb5a9da5e02e3fab576c26a
-
Neil Fuller authored
Use sensible default locations for Java based on the EXPERIMENTAL_USE_JAVA8 flag. Bug: 25786468 Change-Id: I7ec035b5329785efc41b3f971d5e3ae202293576
-
Stephen Hines authored
-
Shinichiro Hamaji authored
by putting blank Android.mk and CleanSpec.mk in $(OUT_DIR). Bug: 25732342 Change-Id: I3fcc4efddb9ee5ce309502e978f0589335af8371
-