Ying Wang
1f58c41742
Support LOCAL_PREBUILT_JNI_LIBS in unbundled build.
...
Package up LOCAL_PREBUILT_JNI_LIBS when you do tapas (apps_only) build.
Change-Id: Ibdc920fee22d4940eebee080a940e8e9492c06cb
(cherry picked from commit e66d7c1de0
)
2015-02-12 22:40:24 +00:00
bohu
151205c37f
Merge "Bump generic_mips and generic_x86_64 system partition size" into lmp-mr1-dev
2015-02-12 00:59:27 +00:00
bohu
4c49eaadf3
Bump generic_mips and generic_x86_64 system partition size
...
This fixes the sdk_google_phone_mips and sdk_google_phone_x86-64
builds
Change-Id: I971d02b07a6aa917d7e0f3750b48e657205aae52
2015-02-11 16:51:54 -08:00
smain@google.com
8cde3e71e7
am cf80e847
: am d162be5b
: change video analytics to distinguish between start and resume events. also scrub out any additional parameters from the videoId before passing to analytics
...
* commit 'cf80e8479bc71538902ac07df91fff8d544a174e':
change video analytics to distinguish between start and resume events. also scrub out any additional parameters from the videoId before passing to analytics
2015-02-10 19:12:49 +00:00
smain@google.com
cf80e8479b
am d162be5b
: change video analytics to distinguish between start and resume events. also scrub out any additional parameters from the videoId before passing to analytics
...
* commit 'd162be5b5f65ba0311374242d48303f120398d48':
change video analytics to distinguish between start and resume events. also scrub out any additional parameters from the videoId before passing to analytics
2015-02-10 19:05:42 +00:00
Jesse Zhao
28b2b00adb
Merge "Update vendor fingerprint." into lmp-mr1-dev
2015-02-06 22:21:06 +00:00
Dan Albert
cd082d4bfe
Allow system images larger than 2GiB.
...
Python 2.7's zipfile implementation wrongly thinks that zip64 is
required for files larger than 2GiB. We can work around this by
adjusting their limit. Note that `zipfile.writestr()` will not work
for strings larger than 2GiB. The Python interpreter sometimes rejects
strings that large (though it isn't clear to me exactly what
circumstances cause this). `zipfile.write()` must be used directly to
work around this.
This mess can be avoided if we port to python3.
Bug: 18015246
Change-Id: I8a476d99c5efdef6ea408373b706e9fbd3a798be
2015-02-06 13:24:06 -08:00
Jesse Zhao
2625d27151
Update vendor fingerprint.
...
Change-Id: I5d4abdff8b7b13e01271440f4d4f2ffe1b015b71
Bug: 19257598
2015-02-06 09:50:06 -08:00
smain@google.com
d162be5b5f
change video analytics to distinguish between start and resume events.
...
also scrub out any additional parameters from the videoId before passing to analytics
Change-Id: Idf3351028e62d0d03c0f680a904bb83ef8353797
2015-02-05 17:49:49 -08:00
Ying Wang
7245b4e2be
Support dpi specific aapt flags.
...
With this support, you can set dpi-specific aapt flags like:
$(LOCAL_PACKAGE_NAME)_aapt_flags_hdpi := --version-code 100 \
--version-name "100
which will override the --version-code and --version-name set in the
base apk's LOCAL_AAPT_FLAGS.
Bug := 18388705
Change-Id: Ie79d7b1b6bbf7463bce51ddae04ba81384ec58dc
2015-01-30 02:17:52 +00:00
Jesse Zhao
0c9384d512
Merge "verify system and vendor image together before patching." into lmp-mr1-dev
2015-01-28 23:30:54 +00:00
Ying Wang
cb73599b25
Make dangling module names in PRODUCT_FACTORY_RAMDISK_MODULES non-fatal.
...
It's pain to maintain an inactive product's list of
PRODUCT_FACTORY_RAMDISK_MODULES or PRODUCT_FACTORY_BUNDLE_MODULES.
Just show a warning if a module name becomes dangling.
Bug: 18779515
Change-Id: I3d137ed59feb005b186ed2a3519465da3d8f45c3
2015-01-27 15:49:21 -08:00
Ying Wang
507ea383aa
Merge "Let apicheck check both the public API and system API." into lmp-mr1-dev
2015-01-22 20:36:53 +00:00
Dirk Dougherty
48141e0599
am 5a97f244
: am 529a107f
: Add new subtab under Distribute tab.
...
* commit '5a97f24411df6ca7221343ac93f25decb99b6bea':
Add new subtab under Distribute tab.
2015-01-16 18:03:42 +00:00
Dirk Dougherty
5a97f24411
am 529a107f
: Add new subtab under Distribute tab.
...
* commit '529a107f9de5051b734fad4cecf1f971998aeade':
Add new subtab under Distribute tab.
2015-01-16 00:58:59 +00:00
Dirk Dougherty
529a107f9d
Add new subtab under Distribute tab.
...
Change-Id: I991c3295dea40629fdb9dde4a8ccbecad25f8136
2015-01-15 16:27:39 -08:00
Baligh Uddin
cda56ef6da
Fix default locale issue
...
(cherry picked from commit 2a52f5c526
)
Change-Id: Ic59dd105d60c2dd44f60ed9f57b7e1381924080d
2015-01-11 23:10:44 +00:00
Ying Wang
668ae2506b
Let apicheck check both the public API and system API.
...
Also "make update-api" updates both public API and system API files.
Bug: 18960664
Change-Id: I35e805816e07c8aa4deaeb84b1611923583325e1
2015-01-09 14:23:16 -08:00
Jesse Zhao
75bcea0267
verify system and vendor image together before patching.
...
Change-Id: Ia43657ed6cd8860b0edb78cc2dd6388c761e1f8b
Bug: 17919909
2015-01-07 21:44:09 +00:00
Ying Wang
961096fada
Remove ancient SDK cleanbuild rule
...
In anceint time we didn't have an "sdk" product so that we had to run
"make sdk" in a device product configuration.
Now we have SDK specific product configuration and we don't do "make
sdk" in device product configuration.
Change-Id: I40d58d51261498017bbe7e574c8128afc77e9b96
2015-01-06 16:49:20 -08:00
Jeff Arneson
ef789fa152
am bb9eda64
: am 2ff97d99
: am d194c6ac
: Merge "Fix Documentation typo when showAnnotations is used with doclava" into lmp-docs
...
* commit 'bb9eda64a300bbbeffc58798f9af04d332544557':
Fix Documentation typo when showAnnotations is used with doclava
2015-01-06 02:00:09 +00:00
smain@google.com
02be18043c
am fdb9fa0e
: am 351c908b
: am 94e0b530
: fix bug that allowed only one video in the shadowbox per page bug: 18777918
...
* commit 'fdb9fa0e2bdbcc8ffa6b33def29b74bab4ce91ac':
fix bug that allowed only one video in the shadowbox per page bug: 18777918
2014-12-19 17:08:33 +00:00
smain@google.com
2fbb4e30e2
am 39bac022
: am bfe3fc64
: am bf644aa5
: remove the Helpouts recruitment banner
...
* commit '39bac0222bf10bc9f7dd1f3d58391903d669d35a':
remove the Helpouts recruitment banner
2014-12-19 17:08:05 +00:00
Ying Wang
98ae798535
Fix using variable intermediates.COMMON before defining.
...
In commit e9dd9f2bf
we moved "include $(BUILD_SYSTEM)/android_manifest.mk"
forward before the variable intermediates.COMMON gets defined. That's a
mistake.
This change replaced the tentative variables
package_expected_intermediates_COMMON and guessed_intermediates with
their proper counterparts defined in base_rules.mk.
If their values differ in the two file, that's an error and we should
fix.
Bug: 18168693
Change-Id: I2bf17b0476b4a7f97810fbb0bde7630eb8878b53
2014-12-18 15:13:04 -08:00
Jeff Arneson
bb9eda64a3
am 2ff97d99
: am d194c6ac
: Merge "Fix Documentation typo when showAnnotations is used with doclava" into lmp-docs
...
* commit '2ff97d99266623997c09f5af937f98bc8bb2ee65':
Fix Documentation typo when showAnnotations is used with doclava
2014-12-18 17:05:23 +00:00
Jeff Arneson
2ff97d9926
am d194c6ac
: Merge "Fix Documentation typo when showAnnotations is used with doclava" into lmp-docs
...
* commit 'd194c6ac80007532596a614c86e3c68e129957e7':
Fix Documentation typo when showAnnotations is used with doclava
2014-12-18 17:00:15 +00:00
Jeff Arneson
d194c6ac80
Merge "Fix Documentation typo when showAnnotations is used with doclava" into lmp-docs
2014-12-18 16:50:13 +00:00
Ying Wang
2902d4585f
Add support for prebuilt AARs.
...
- You can give a .aar as source file to a prebuilt static Java library
module. The build system will set up dependencies and rules to extract
classes.jar and other resource files.
- To build against a prebuilt AAR module, use:
LOCAL_STATIC_JAVA_AAR_LIBRARIES := <module names of aar prebuilt AARs>
The build system will set up rules to merge the library's
AndroidManifest.xml with the main AndroidManifest.xml, add the AAR's
resource dirs and link/merge the AAR's classes.jar.
Bug: 18168693
Change-Id: Ic2c1d20572a93bd98dbc72f8a39e26b459e442c2
(cherry picked from commit e9dd9f2bfc
)
2014-12-17 22:27:26 +00:00
smain@google.com
19832ae16a
am d742274e
: am b05558cf
: am 3de83c1b
: make shadowbox video always centered to fit the window height
...
* commit 'd742274e14a048805a74311b0e5a25e03fc2465c':
make shadowbox video always centered to fit the window height
2014-12-17 20:20:20 +00:00
smain@google.com
fdb9fa0e2b
am 351c908b
: am 94e0b530
: fix bug that allowed only one video in the shadowbox per page bug: 18777918
...
* commit '351c908b757fcfee03d5f15b4a29cb9a48f93f46':
fix bug that allowed only one video in the shadowbox per page bug: 18777918
2014-12-17 03:31:06 +00:00
smain@google.com
351c908b75
am 94e0b530
: fix bug that allowed only one video in the shadowbox per page bug: 18777918
...
* commit '94e0b530868c56547ee05e84534fa68a1f6346f7':
fix bug that allowed only one video in the shadowbox per page bug: 18777918
2014-12-17 03:25:14 +00:00
smain@google.com
94e0b53086
fix bug that allowed only one video in the shadowbox per page
...
bug: 18777918
Change-Id: I07c75f795128165e2f1472112cf8ba1a1ee782c7
2014-12-16 19:07:08 -08:00
Jeff Arneson
c6e8a05f49
Fix Documentation typo when showAnnotations is used with doclava
...
Bug: 18711752
Change-Id: I1b5fce05063733388f65a6ddddf2522ea14e9e5f
2014-12-16 23:13:40 +00:00
smain@google.com
39bac0222b
am bfe3fc64
: am bf644aa5
: remove the Helpouts recruitment banner
...
* commit 'bfe3fc64add62518b619a052193269d3281475b9':
remove the Helpouts recruitment banner
2014-12-16 18:20:31 +00:00
smain@google.com
bfe3fc64ad
am bf644aa5
: remove the Helpouts recruitment banner
...
* commit 'bf644aa564263120fdc61a2578aa2466fbc1d55a':
remove the Helpouts recruitment banner
2014-12-16 18:13:09 +00:00
smain@google.com
bf644aa564
remove the Helpouts recruitment banner
...
Change-Id: Iea8e241c24964dd76315a0dc0585f0c23841f650
2014-12-16 10:05:03 -08:00
Joe Fernandez
5576ef5b71
am b96b2a4a
: am 91f2ba64
: am a4417712
: Merge "docs: SHA update in sdkpage.cs" into lmp-docs
...
* commit 'b96b2a4ae621e1bd8529ef50bc00ddc048207ca3':
docs: SHA update in sdkpage.cs
2014-12-16 03:42:03 +00:00
smain@google.com
96ac360b39
am 2881d6f3
: am 9f88a60d
: am 481f15c1
: set youtube player lang based on user pref and enable captions when not English
...
* commit '2881d6f31b9daf9a3d701671eae3297040d84799':
set youtube player lang based on user pref and enable captions when not English
2014-12-16 03:41:58 +00:00
smain@google.com
8f207ca046
am 2c3ae43f
: am 29e06142
: am d24088c0
: add analytics event to track from which page a video was started
...
* commit '2c3ae43f9e8329d7f0c24192fe1fd400d1a870b2':
add analytics event to track from which page a video was started
2014-12-16 03:40:27 +00:00
smain@google.com
305f55cd29
am 3ff2fd14
: am d7dbaf5c
: am ed677d7a
: update analytics event for searches to make query case-insensitive and save the URL instead of doc title.
...
* commit '3ff2fd14b1276e3b9c0473bd987c1bb34925ef86':
update analytics event for searches to make query case-insensitive and save the URL instead of doc title.
2014-12-16 03:39:31 +00:00
Michael Runge
ea1dc69968
Merge "Rewrite ro.vendor.build.fingerprint/thumbprint on signing" into lmp-mr1-dev
2014-12-15 21:35:19 +00:00
smain@google.com
d742274e14
am b05558cf
: am 3de83c1b
: make shadowbox video always centered to fit the window height
...
* commit 'b05558cf01a42214efd0d8c6484c62a7b0212947':
make shadowbox video always centered to fit the window height
2014-12-15 18:00:18 +00:00
smain@google.com
b05558cf01
am 3de83c1b
: make shadowbox video always centered to fit the window height
...
* commit '3de83c1bcdf1229b51db7dbf9331611c596a478c':
make shadowbox video always centered to fit the window height
2014-12-15 17:54:02 +00:00
smain@google.com
3de83c1bcd
make shadowbox video always centered to fit the window height
...
Change-Id: I03f8ffac555dbbbbd5538fedf13413aca031fd74
2014-12-15 09:27:48 -08:00
Joe Fernandez
b96b2a4ae6
am 91f2ba64
: am a4417712
: Merge "docs: SHA update in sdkpage.cs" into lmp-docs
...
* commit '91f2ba648f4187cea415ddc826ef155afe7e8122':
docs: SHA update in sdkpage.cs
2014-12-13 00:55:39 +00:00
Joe Fernandez
91f2ba648f
am a4417712
: Merge "docs: SHA update in sdkpage.cs" into lmp-docs
...
* commit 'a4417712657f15cd8b36132bd642b54443cee1f0':
docs: SHA update in sdkpage.cs
2014-12-13 00:48:20 +00:00
Joe Fernandez
a441771265
Merge "docs: SHA update in sdkpage.cs" into lmp-docs
2014-12-13 00:43:10 +00:00
smain@google.com
2881d6f31b
am 9f88a60d
: am 481f15c1
: set youtube player lang based on user pref and enable captions when not English
...
* commit '9f88a60d5cb57552f88c26d7531ee235415dd381':
set youtube player lang based on user pref and enable captions when not English
2014-12-13 00:30:28 +00:00
smain@google.com
9f88a60d5c
am 481f15c1
: set youtube player lang based on user pref and enable captions when not English
...
* commit '481f15c172f06048f2934dac88e04e140d61041f':
set youtube player lang based on user pref and enable captions when not English
2014-12-13 00:21:31 +00:00
Rich Slogar
8d3c694de1
docs: SHA update in sdkpage.cs
...
Change-Id: I2c94b1af228295a3650d17e2c00023e5b52ec1b9
2014-12-12 16:21:03 -08:00