- 22 Oct, 2015 2 commits
-
-
Mike Frysinger authored
This is more efficient as find itself can handle correctly passing arguments down to the command, and this is in POSIX. The current versions of OS X also support this form. BUG=None TEST=mgrep still works Change-Id: Ie570867609113868daaf068658c4f7e6f4ae42fa
-
Yohann Roussel authored
* changes: Remove LOCAL_JACK_EXTRA_ARGS Allow control of jack used for compilation Clean call-jack and its callers
-
- 21 Oct, 2015 10 commits
-
-
Nick Kralevich authored
-
Nick Kralevich authored
Addresses the following denial: init: avc: denied { set } for property=opengles.version scontext=u:r:qemu_props:s0 tcontext=u:object_r:default_prop:s0 tclass=property_service Bug: 25148690 Change-Id: I4b197eeabfe37e794104e4e686e9e388b5bc3e0c
-
Stephen Hines authored
-
Stephen Hines authored
This reverts commit 1332828b. Bug: 25141123 Change-Id: Idd5d8757095b2b370046a84aea76bc95e16f3876
-
Yohann Roussel authored
Use of DEFAULT_JACK_EXTRA_ARGS and LOCAL_JACK_FLAGS provides all needed support. (cherry picked from commit d2b2983c) Change-Id: I1cd76836792e7332bc3750408a860400b0957485
-
Yohann Roussel authored
Version of Jack used to compile a module can now be control from a dedicated mk located in prebuilts/sdk/tools Bug: 24564814 (cherry picked from commit b68c9a49) Change-Id: I7809dc966026ff94b5cb2daa7e2c63762ca4768d
-
Yohann Roussel authored
This is possible now that we have the new Jack server. Also fix dependency from dex/jack target to jack script instead of jack.jar. (cherry picked from commit 5e50b342) Change-Id: I8e7aa5087ba8d73cc93140ddfca8f4ab2f505175
-
Stephen Hines authored
-
Colin Cross authored
* changes: makeparallel: prepend flags to ninja command line Put NINJA_ARGS last
-
Colin Cross authored
Ninja stops parsing top level options after -t is used to select a tool. Put any inserted command line options at the beginning of the command. Change-Id: I2ba903143366aaded63e21d749476248617c8962
-
- 20 Oct, 2015 8 commits
-
-
Andreas Gampe authored
-
Colin Cross authored
Put NINJA_ARGS at the end of the command line so it can contain tools, which expect to be last. Change-Id: I5f47307d01aa52eb74a333b19ffe3a7cd8950b01
-
Roland Levillain authored
-
Dan Willemsen authored
-
Chih-hung Hsieh authored
-
Chih-Hung Hsieh authored
Bug: 23163853 Change-Id: Ib5e9beddbeca8968d6e4365abeb44ae97cbe9981
-
Roland Levillain authored
Change-Id: I31cc811e1352b9c924bdf164561f334b032d6f5c
-
Andreas Gampe authored
The secondary variant fallback was not set. The build system expects the variants, so system properties were malformed for x86-64: [dalvik.vm.isa.x86.variant]: [dalvik.vm.isa.x86.features=default] Bug: 24989387 Change-Id: Idbf54f81494f2650ad56080305807fd6b7ed4161
-
- 19 Oct, 2015 6 commits
-
-
Christopher Wiley authored
-
Christopher Wiley authored
Bug: 23599697 Test: test application compiles generated code Change-Id: I35255517dd0b7ef7a82134be1c862093eaa3ce6b
-
Ying Wang authored
-
Dan Willemsen authored
-
Abhinav1997 authored
When a directory isn't present with mmm, don't show "No Android.mk present", rather show that the directory isn't present Change-Id: I7259a60012c6f30c470daa60d5a5097d01ffc4c7 Signed-off-by:
Abhinav1997 <abhinav.jhanwar.august2@gmail.com>
-
Sami Tolvanen authored
-
- 18 Oct, 2015 1 commit
-
-
Ying Wang authored
-
- 17 Oct, 2015 1 commit
-
-
Colin Cross authored
LOCAL_SRC_FILES_EXCLUDE will be used to filter files out of LOCAL_SRC_FILES. A common usage will be to use LOCAL_SRC_FILES_EXCLUDE_<arch> to remove a source file that will be replaced with an arch-optimized version. Change-Id: I75cc6114c47fb784bab65cae8f618c4f395f07bb
-
- 16 Oct, 2015 5 commits
-
-
Tao Bao authored
-
Tao Bao authored
Should only use source_info_dict when creating incremental OTAs. Change-Id: I6a4e5f8fa3613a1b36563ec915e433247965a2b8
-
Tao Bao authored
-
Ying Wang authored
-
Ying Wang authored
With the order-only dependency if the jni so files is updated, make won't rebuild the system.img, which has dependency only on the apk file. Bug: 24865400 Change-Id: I9d5bee82b8a712a2c24dabaa0cd4c50174ea219f
-
- 15 Oct, 2015 7 commits
-
-
Dan Albert authored
-
Ying Wang authored
-
Steve Fung authored
-
Nick Kralevich authored
-
Nick Kralevich authored
https://android-review.googlesource.com/175922 removed all uses of system_server execmem and neverallowed it. The x86 emulator policy inappropriately includes this rule. Delete it. Fixes the following build breakage: libsepol.report_failure: neverallow on line 473 of external/sepolicy/system_server.te (or line 12452 of policy.conf) violated by allow system_server system_server:process { execmem }; libsepol.check_assertions: 1 neverallow failures occurred Error while expanding policy Change-Id: I7fbfaa0a09e8f4e8a372d2f1a64bbe58d5302204
-
Peter Qiu authored
-
Ying Wang authored
-