aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-13Merge "Revert "Allow system images larger than 2GiB."" into lmp-mr1-devlollipop-mr1-devJustin Harrison
2015-02-13Revert "Allow system images larger than 2GiB."Justin Harrison
This reverts commit cd082d4bfe917b2e6b97436839cbbbc67c733c83. Change-Id: Ie63e1ba70d907d2849164871bc7ec71c245f7af9
2015-02-12Support LOCAL_PREBUILT_JNI_LIBS in unbundled build.Ying Wang
Package up LOCAL_PREBUILT_JNI_LIBS when you do tapas (apps_only) build. Change-Id: Ibdc920fee22d4940eebee080a940e8e9492c06cb (cherry picked from commit e66d7c1de0a888785cdbf697bebe53be7ed83380)
2015-02-12Merge "Bump generic_mips and generic_x86_64 system partition size" into ↵bohu
lmp-mr1-dev
2015-02-11Bump generic_mips and generic_x86_64 system partition sizebohu
This fixes the sdk_google_phone_mips and sdk_google_phone_x86-64 builds Change-Id: I971d02b07a6aa917d7e0f3750b48e657205aae52
2015-02-10am cf80e847: am d162be5b: change video analytics to distinguish between ↵smain@google.com
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-10am d162be5b: change video analytics to distinguish between start and resume ↵smain@google.com
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-06Merge "Update vendor fingerprint." into lmp-mr1-devJesse Zhao
2015-02-06Allow system images larger than 2GiB.Dan Albert
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-06Update vendor fingerprint.Jesse Zhao
Change-Id: I5d4abdff8b7b13e01271440f4d4f2ffe1b015b71 Bug: 19257598
2015-02-05change video analytics to distinguish between start and resume events.smain@google.com
also scrub out any additional parameters from the videoId before passing to analytics Change-Id: Idf3351028e62d0d03c0f680a904bb83ef8353797
2015-01-30Support dpi specific aapt flags.Ying Wang
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-28Merge "verify system and vendor image together before patching." into ↵Jesse Zhao
lmp-mr1-dev
2015-01-27Make dangling module names in PRODUCT_FACTORY_RAMDISK_MODULES non-fatal.Ying Wang
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-22Merge "Let apicheck check both the public API and system API." into lmp-mr1-devYing Wang
2015-01-16am 5a97f244: am 529a107f: Add new subtab under Distribute tab.Dirk Dougherty
* commit '5a97f24411df6ca7221343ac93f25decb99b6bea': Add new subtab under Distribute tab.
2015-01-16am 529a107f: Add new subtab under Distribute tab.Dirk Dougherty
* commit '529a107f9de5051b734fad4cecf1f971998aeade': Add new subtab under Distribute tab.
2015-01-15Add new subtab under Distribute tab.Dirk Dougherty
Change-Id: I991c3295dea40629fdb9dde4a8ccbecad25f8136
2015-01-11Fix default locale issueBaligh Uddin
(cherry picked from commit 2a52f5c52693dd15c3ac154670081f70dfae4ba9) Change-Id: Ic59dd105d60c2dd44f60ed9f57b7e1381924080d
2015-01-09Let apicheck check both the public API and system API.Ying Wang
Also "make update-api" updates both public API and system API files. Bug: 18960664 Change-Id: I35e805816e07c8aa4deaeb84b1611923583325e1
2015-01-07verify system and vendor image together before patching.Jesse Zhao
Change-Id: Ia43657ed6cd8860b0edb78cc2dd6388c761e1f8b Bug: 17919909
2015-01-06Remove ancient SDK cleanbuild ruleYing Wang
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-06am bb9eda64: am 2ff97d99: am d194c6ac: Merge "Fix Documentation typo when ↵Jeff Arneson
showAnnotations is used with doclava" into lmp-docs * commit 'bb9eda64a300bbbeffc58798f9af04d332544557': Fix Documentation typo when showAnnotations is used with doclava
2014-12-19am fdb9fa0e: am 351c908b: am 94e0b530: fix bug that allowed only one video ↵smain@google.com
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-19am 39bac022: am bfe3fc64: am bf644aa5: remove the Helpouts recruitment bannersmain@google.com
* commit '39bac0222bf10bc9f7dd1f3d58391903d669d35a': remove the Helpouts recruitment banner
2014-12-18Fix using variable intermediates.COMMON before defining.Ying Wang
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-18am 2ff97d99: am d194c6ac: Merge "Fix Documentation typo when showAnnotations ↵Jeff Arneson
is used with doclava" into lmp-docs * commit '2ff97d99266623997c09f5af937f98bc8bb2ee65': Fix Documentation typo when showAnnotations is used with doclava
2014-12-18am d194c6ac: Merge "Fix Documentation typo when showAnnotations is used with ↵Jeff Arneson
doclava" into lmp-docs * commit 'd194c6ac80007532596a614c86e3c68e129957e7': Fix Documentation typo when showAnnotations is used with doclava
2014-12-18Merge "Fix Documentation typo when showAnnotations is used with doclava" ↵Jeff Arneson
into lmp-docs
2014-12-17Add support for prebuilt AARs.Ying Wang
- 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 e9dd9f2bfceed3b5f630b0edbe3feb7f34548d8b)
2014-12-17am d742274e: am b05558cf: am 3de83c1b: make shadowbox video always centered ↵smain@google.com
to fit the window height * commit 'd742274e14a048805a74311b0e5a25e03fc2465c': make shadowbox video always centered to fit the window height
2014-12-17am 351c908b: am 94e0b530: fix bug that allowed only one video in the ↵smain@google.com
shadowbox per page bug: 18777918 * commit '351c908b757fcfee03d5f15b4a29cb9a48f93f46': fix bug that allowed only one video in the shadowbox per page bug: 18777918
2014-12-17am 94e0b530: fix bug that allowed only one video in the shadowbox per page ↵smain@google.com
bug: 18777918 * commit '94e0b530868c56547ee05e84534fa68a1f6346f7': fix bug that allowed only one video in the shadowbox per page bug: 18777918
2014-12-16fix bug that allowed only one video in the shadowbox per pagesmain@google.com
bug: 18777918 Change-Id: I07c75f795128165e2f1472112cf8ba1a1ee782c7
2014-12-16Fix Documentation typo when showAnnotations is used with doclavaJeff Arneson
Bug: 18711752 Change-Id: I1b5fce05063733388f65a6ddddf2522ea14e9e5f
2014-12-16am bfe3fc64: am bf644aa5: remove the Helpouts recruitment bannersmain@google.com
* commit 'bfe3fc64add62518b619a052193269d3281475b9': remove the Helpouts recruitment banner
2014-12-16am bf644aa5: remove the Helpouts recruitment bannersmain@google.com
* commit 'bf644aa564263120fdc61a2578aa2466fbc1d55a': remove the Helpouts recruitment banner
2014-12-16remove the Helpouts recruitment bannersmain@google.com
Change-Id: Iea8e241c24964dd76315a0dc0585f0c23841f650
2014-12-16am b96b2a4a: am 91f2ba64: am a4417712: Merge "docs: SHA update in ↵Joe Fernandez
sdkpage.cs" into lmp-docs * commit 'b96b2a4ae621e1bd8529ef50bc00ddc048207ca3': docs: SHA update in sdkpage.cs
2014-12-16am 2881d6f3: am 9f88a60d: am 481f15c1: set youtube player lang based on user ↵smain@google.com
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-16am 2c3ae43f: am 29e06142: am d24088c0: add analytics event to track from ↵smain@google.com
which page a video was started * commit '2c3ae43f9e8329d7f0c24192fe1fd400d1a870b2': add analytics event to track from which page a video was started
2014-12-16am 3ff2fd14: am d7dbaf5c: am ed677d7a: update analytics event for searches ↵smain@google.com
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-15Merge "Rewrite ro.vendor.build.fingerprint/thumbprint on signing" into ↵Michael Runge
lmp-mr1-dev
2014-12-15am b05558cf: am 3de83c1b: make shadowbox video always centered to fit the ↵smain@google.com
window height * commit 'b05558cf01a42214efd0d8c6484c62a7b0212947': make shadowbox video always centered to fit the window height
2014-12-15am 3de83c1b: make shadowbox video always centered to fit the window heightsmain@google.com
* commit '3de83c1bcdf1229b51db7dbf9331611c596a478c': make shadowbox video always centered to fit the window height
2014-12-15make shadowbox video always centered to fit the window heightsmain@google.com
Change-Id: I03f8ffac555dbbbbd5538fedf13413aca031fd74
2014-12-13am 91f2ba64: am a4417712: Merge "docs: SHA update in sdkpage.cs" into lmp-docsJoe Fernandez
* commit '91f2ba648f4187cea415ddc826ef155afe7e8122': docs: SHA update in sdkpage.cs
2014-12-13am a4417712: Merge "docs: SHA update in sdkpage.cs" into lmp-docsJoe Fernandez
* commit 'a4417712657f15cd8b36132bd642b54443cee1f0': docs: SHA update in sdkpage.cs
2014-12-13Merge "docs: SHA update in sdkpage.cs" into lmp-docsJoe Fernandez
2014-12-13am 9f88a60d: am 481f15c1: set youtube player lang based on user pref and ↵smain@google.com
enable captions when not English * commit '9f88a60d5cb57552f88c26d7531ee235415dd381': set youtube player lang based on user pref and enable captions when not English