Ian Rogers
ba5d7a59b5
am f0d5324f: Merge "Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:" into lmp-dev
...
* commit 'f0d5324fdcd16613a0747c050045bb7445d49516':
Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:
2014-09-10 20:45:57 +00:00
Ian Rogers
f0d5324fdc
Merge "Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:" into lmp-dev
2014-09-10 20:20:51 +00:00
Alexander Ivchenko
4ee006e012
Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:
...
Remove -msse2 for x86 (-mssse3 should be provided by the compiler).
Remove -fPIC (compiler provides by default).
Remove -fno-inline-functions-called-once.
Change-Id: Ibb29934224c4eedfff926dc72c3b6342c1861ac9
(cherry picked from commit 388dce3192
)
2014-09-10 11:50:21 -07:00
Ying Wang
a33c6151b0
am ecc28e95: am 48505328: Merge "Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:"
...
* commit 'ecc28e9525e869f72ea0b1c70250db32d2d81e0a':
Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:
2014-09-10 17:16:58 +00:00
Ying Wang
ecc28e9525
am 48505328: Merge "Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:"
...
* commit '48505328c83d644db04703ce35af81d368279fc4':
Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:
2014-09-10 17:05:59 +00:00
Ying Wang
48505328c8
Merge "Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:"
2014-09-10 16:26:50 +00:00
Mark Renouf
dae144a0dd
am ba198020: am 0ab5cc6b: am 99332f11: Allow for opt-in of proguard shrinking of tests with new flag
...
* commit 'ba19802001218748940d8b08e57549d1da7a3528':
Allow for opt-in of proguard shrinking of tests with new flag
2014-09-10 07:25:00 +00:00
Mark Renouf
ba19802001
am 0ab5cc6b: am 99332f11: Allow for opt-in of proguard shrinking of tests with new flag
...
* commit '0ab5cc6b8e04e0a07778f3c620a9edac3a40bc4e':
Allow for opt-in of proguard shrinking of tests with new flag
2014-09-10 07:01:07 +00:00
Mark Renouf
0ab5cc6b8e
am 99332f11: Allow for opt-in of proguard shrinking of tests with new flag
...
* commit '99332f11c5cdf1e58eb056c019d3ca8b1e3f034a':
Allow for opt-in of proguard shrinking of tests with new flag
2014-09-10 01:42:21 +00:00
Doug Zongker
d68530ba9a
am 85448773: select default search_path by platform
...
* commit '854487739933f7ff33980df0c65d2bcd03b049f9':
select default search_path by platform
2014-09-10 00:49:11 +00:00
Mark Renouf
99332f11c5
Allow for opt-in of proguard shrinking of tests with new flag
...
By adding 'shrinktests' to LOCAL_PROGUARD_ENABLED, the -dontshrink
flag will be omitted from the resulting proguard config allowing
tests to have unnecessary classes removed before dexxing.
Clockwork is running into 64k method limits on some tests which
depend on GmsCore. On 4.4W (klp-modular-dev) we don't have the
option for multi-dex so proguard is the only solution here.
This change leaves the default behavior unchanged. Shrinking is
still disabled for tests by default unless the 'shrinktests'
flag is set in the Makefile.
Change-Id: Ib586ae9e7f617072b41e95742559bf7c8a6a6ce1
2014-09-09 20:42:48 -04:00
Doug Zongker
8544877399
select default search_path by platform
...
Bug: 17443175
Change-Id: I2b8b0a3b56e667b749ac167a6d09dc973ecf8419
2014-09-09 15:11:13 -07:00
Alexander Ivchenko
388dce3192
Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:
...
Remove -msse2 for x86 (-mssse3 should be provided by the compiler).
Remove -fPIC (compiler provides by default).
Remove -fno-inline-functions-called-once.
Change-Id: Ibb29934224c4eedfff926dc72c3b6342c1861ac9
2014-09-09 17:27:32 +04:00
Mike Lockwood
3fedbc0c12
am f856b093: Merge "Add com.android.future.usb.accessory support library to all builds" into lmp-dev
...
* commit 'f856b0939670d052ef01182413d9aaa0824dcd11':
Add com.android.future.usb.accessory support library to all builds
2014-09-08 18:36:30 +00:00
Mike Lockwood
f856b09396
Merge "Add com.android.future.usb.accessory support library to all builds" into lmp-dev
2014-09-08 18:02:36 +00:00
Mike Lockwood
b0a62787b4
Add com.android.future.usb.accessory support library to all builds
...
so we don't have to remember to add it to device.mk for all products.
Bug: 17189905
Change-Id: Ia19c5e16bc7916996804a52eccd3ecca89099f09
2014-09-08 10:34:18 -07:00
Jeff Arneson
c4c8bcaf85
am 5c980afc: Merge "Show annotation information in generated documentation" into lmp-dev
...
* commit '5c980afc5eb78f8a2361e7eb9778345bdbe26a88':
Show annotation information in generated documentation
2014-09-08 17:00:37 +00:00
Jeff Arneson
5c980afc5e
Merge "Show annotation information in generated documentation" into lmp-dev
2014-09-08 16:39:56 +00:00
Ying Wang
53bb20ae10
am abc3fbe6: Merge "Run device-specific tasks at the end of Makefile." into lmp-dev
...
* commit 'abc3fbe6ae60d207a53edcc817b56f12094fcac9':
Run device-specific tasks at the end of Makefile.
2014-09-06 23:10:55 +00:00
Ying Wang
abc3fbe6ae
Merge "Run device-specific tasks at the end of Makefile." into lmp-dev
2014-09-06 22:54:58 +00:00
Baligh Uddin
3f14ea331b
am b84a9ae2: am 03f8a4df: am 4f3d3147: Merge "Add java_args as a valid option" into klp-modular-dev
...
* commit 'b84a9ae27df3758a3982d3524beb63967a8dd69e':
Add java_args as a valid option
2014-09-06 04:36:34 +00:00
Baligh Uddin
d5172abac8
am bd34f525: am 95c17467: am 1131d89b: Add jvm args option. I rather not hardcode some large value just for Volantis. This can easily be passed in from sign-build.sh and should be a no-op for any other tools
...
* commit 'bd34f52541ed73dcee796e253c80f2240da8ff88':
Add jvm args option. I rather not hardcode some large value just for Volantis. This can easily be passed in from sign-build.sh and should be a no-op for any other tools
2014-09-06 04:36:33 +00:00
Baligh Uddin
b84a9ae27d
am 03f8a4df: am 4f3d3147: Merge "Add java_args as a valid option" into klp-modular-dev
...
* commit '03f8a4dfb557ddd56014ed91824f080c82564042':
Add java_args as a valid option
2014-09-06 04:20:10 +00:00
Baligh Uddin
bd34f52541
am 95c17467: am 1131d89b: Add jvm args option. I rather not hardcode some large value just for Volantis. This can easily be passed in from sign-build.sh and should be a no-op for any other tools
...
* commit '95c17467b72114ffb3941ec146cbe2a1a147e44e':
Add jvm args option. I rather not hardcode some large value just for Volantis. This can easily be passed in from sign-build.sh and should be a no-op for any other tools
2014-09-06 04:20:09 +00:00
Baligh Uddin
03f8a4dfb5
am 4f3d3147: Merge "Add java_args as a valid option" into klp-modular-dev
...
* commit '4f3d31479d5e4e8d35e60de628417cb820d69f5e':
Add java_args as a valid option
2014-09-06 02:47:04 +00:00
Baligh Uddin
95c17467b7
am 1131d89b: Add jvm args option. I rather not hardcode some large value just for Volantis. This can easily be passed in from sign-build.sh and should be a no-op for any other tools
...
* commit '1131d89b426d7da401885d37a50a908c9f87d2a1':
Add jvm args option. I rather not hardcode some large value just for Volantis. This can easily be passed in from sign-build.sh and should be a no-op for any other tools
2014-09-06 02:47:02 +00:00
Baligh Uddin
4f3d31479d
Merge "Add java_args as a valid option" into klp-modular-dev
2014-09-06 02:19:37 +00:00
Baligh Uddin
f5085a8f94
Add java_args as a valid option
...
Bug: 17393134
Change-Id: If2749d03b5d409a08d415a829dd21f986cac1789
(cherry picked from commit bdc2e3186f
)
2014-09-06 02:18:09 +00:00
Baligh Uddin
1131d89b42
Add jvm args option. I rather not hardcode some large value just for Volantis. This can easily be passed in from sign-build.sh and should be a no-op for any other tools
...
Bug: 17393134
Change-Id: Ic2325d7c1e1e7292c9339e169efbed526f82263c
(cherry picked from commit 339ee4968a
)
2014-09-06 02:17:56 +00:00
Baligh Uddin
e0962d5a25
am bdc2e318: Add java_args as a valid option
...
* commit 'bdc2e3186fc4ab22b9249d8e1b317a024e295c7f':
Add java_args as a valid option
2014-09-06 01:09:38 +00:00
Ying Wang
66c78e46d2
Run device-specific tasks at the end of Makefile.
...
This allows us to add device-specific tasks.
Bug: 17406520
Change-Id: If23a6d530104a8dc3eeaf8215d8d41a6847f4645
2014-09-05 17:47:34 -07:00
Baligh Uddin
bdc2e3186f
Add java_args as a valid option
...
Bug: 17393134
Change-Id: If2749d03b5d409a08d415a829dd21f986cac1789
2014-09-06 00:37:54 +00:00
Ying Wang
781da04001
am b9add847: am 53e95027: Merge "Add LOCAL_POST_LINK_CMD."
...
* commit 'b9add847ee1eade4ff517655decfc1790bb77d60':
Add LOCAL_POST_LINK_CMD.
2014-09-05 23:54:29 +00:00
Ying Wang
b9add847ee
am 53e95027: Merge "Add LOCAL_POST_LINK_CMD."
...
* commit '53e9502704bb492e0c387a21098f772f2aa60da9':
Add LOCAL_POST_LINK_CMD.
2014-09-05 23:49:14 +00:00
Ying Wang
53e9502704
Merge "Add LOCAL_POST_LINK_CMD."
2014-09-05 23:41:14 +00:00
Ying Wang
8b3476986a
Add LOCAL_POST_LINK_CMD.
...
For now we support LOCAL_POST_LINK_CMD only for static executables.
This fixed the hack of building linker which need to insert additional
step after link.
Bug: 17403674
Change-Id: Iefdfe1e3fab3a30c5d4ad701d46f931481eab572
2014-09-05 15:47:59 -07:00
Jeff Arneson
3a5cb1bd15
Show annotation information in generated documentation
...
Display the annotations used to override @hide for classes in packages
and methods in classes.
Bug: 16848303
Change-Id: I5599e6593613edbbe6a002d5d46a0a6561dec55a
2014-09-05 22:28:59 +00:00
Baligh Uddin
36ebce8f44
am 6b044131: Merge "Add jvm args option. I rather not hardcode some large value just for Volantis. This can easily be passed in from sign-build.sh and should be a no-op for any other tools" into lmp-dev
...
* commit '6b0441319a219fbc5296a81e9f653bd808cb095d':
Add jvm args option. I rather not hardcode some large value just for Volantis. This can easily be passed in from sign-build.sh and should be a no-op for any other tools
2014-09-05 22:15:45 +00:00
Baligh Uddin
6b0441319a
Merge "Add jvm args option. I rather not hardcode some large value just for Volantis. This can easily be passed in from sign-build.sh and should be a no-op for any other tools" into lmp-dev
2014-09-05 22:00:53 +00:00
Ying Wang
55f0bd9373
am 13002c56: Merge "Now we have prebuilt SDK version system_current for apps_only build." into lmp-dev
...
* commit '13002c56fe119fcd355e95e77bd4a28a81690a2f':
Now we have prebuilt SDK version system_current for apps_only build.
2014-09-05 20:31:55 +00:00
Ying Wang
13002c56fe
Merge "Now we have prebuilt SDK version system_current for apps_only build." into lmp-dev
2014-09-05 20:13:50 +00:00
Baligh Uddin
339ee4968a
Add jvm args option. I rather not hardcode some large value just for Volantis. This can easily be passed in from sign-build.sh and should be a no-op for any other tools
...
Bug: 17393134
Change-Id: Ic2325d7c1e1e7292c9339e169efbed526f82263c
2014-09-05 18:29:47 +00:00
Andrew Hsieh
57511fff86
am 51a50fbf: Merge "Change mips64 default to mips64r6 from mips64r2" into lmp-dev
...
* commit '51a50fbf075286c69df612b07cb3ebf1618b6721':
Change mips64 default to mips64r6 from mips64r2
2014-09-05 15:43:28 +00:00
Andrew Hsieh
51a50fbf07
Merge "Change mips64 default to mips64r6 from mips64r2" into lmp-dev
2014-09-05 05:26:22 +00:00
Deepanshu Gupta
9653c631dc
am 56355bac: Fix sdk_font build warning.
...
* commit '56355bac72cab611ca7a175e14abc202427f5dfa':
Fix sdk_font build warning.
2014-09-05 04:26:00 +00:00
Chih-Hung Hsieh
ace83ae389
am 2202dc0a: am 1051d5dc: Merge "Add LOCAL_CLANG_*FLAGS for clang only flags."
...
* commit '2202dc0af3ab86e2a73bf816012aaea65fb93d91':
Add LOCAL_CLANG_*FLAGS for clang only flags.
2014-09-05 02:34:31 +00:00
Chih-Hung Hsieh
2202dc0af3
am 1051d5dc: Merge "Add LOCAL_CLANG_*FLAGS for clang only flags."
...
* commit '1051d5dc21549b852f5452aa3a265e2f8c6c61b9':
Add LOCAL_CLANG_*FLAGS for clang only flags.
2014-09-05 02:19:57 +00:00
Chih-Hung Hsieh
1051d5dc21
Merge "Add LOCAL_CLANG_*FLAGS for clang only flags."
2014-09-05 02:13:11 +00:00
Andrew Hsieh
360b851034
Change mips64 default to mips64r6 from mips64r2
...
Also add back mips flags previously can't be handled by clang
See aosp/build
13066a8d4c
10326b3d7f
Change-Id: Iedc8dadd24f72fbd9c5589eec34677c1827290f3
2014-09-04 19:01:22 -07:00
Deepanshu Gupta
56355bac72
Fix sdk_font build warning.
...
Commit f0adf87d42
did not fix the warning
properly.
Change-Id: I536aeb4bce4dab63c0f35f32b76653d5b07a8ff0
2014-09-04 18:59:05 -07:00