summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* recovery: Always allow the CM release keyRicardo Cerqueira2013-07-031-0/+23
| | | | | | | Avoid the "Untrusted" warning in recovery when flashing a CM-signed build Change-Id: I13900bd7e2539fdc7442477a844391b8c5d87dda
* Add module names to emulator PRODUCT_PACKAGES.Ying Wang2013-04-132-0/+28
| | | | | | | Instead of using "LOCAL_MODULE_TAGS := debug" to install them. Bug: 8276818 Change-Id: I7eba3c4e6c2f07ebe661522cb0e14afcc3ef7e92
* Add emulator modules to PRODUCT_PACKAGES in full and sdk productsJesse Hall2013-04-133-0/+39
| | | | | Bug: 7556265 Change-Id: Ie84f5ed6b17cccea7e6181f16686e2aac6955f1a
* CM on Emulator [ARM]Chirayu Desai2013-03-242-1/+9
| | | | | | | | * set TARGET_NO_KERNEL to false * Add recovery.fstab * Add goldfish target Change-Id: If5104d6e949706f79c673ae26060870f86e18c62
* fix path to sounds in sdk productRichard Hansen2013-02-271-2/+2
| | | | | | | | This is necessary to build the SDK: lunch sdk-eng && make sdk Change-Id: I7b9dcfc418ddc46e2967b627525d042bbf6334e1
* Merge tag 'android-4.2.2_r1' of ↵Steve Kondik2013-02-123-3/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/build into 1.1 Android 4.2.2 release 1 Conflicts: core/build_id.mk core/tasks/apicheck.mk target/product/full_base.mk Change-Id: I085357b5573fec85b05d3fc0a86c053a647e2572
| * unbundle photo dreams into the GalleryGoogle packageChris Wren2012-12-032-2/+2
| | | | | | | | | | Bug: 7559766 Change-Id: I805ba625b6bfc4378ffabfa1d09edab1930dc913
| * replace dummy versions with normal ones for miniKeun young Park2012-11-271-2/+2
| | | | | | | | | | | | | | - no need to hide these UIs any more. - dummy versions will be removed from the default manifest as well. Change-Id: I7cebf5bfae65d2e50c9122735fd4e537f5858bec
* | FM Radio: Add support for FM Radio in AndroidAnurag Gupta2013-01-211-0/+1
| | | | | | | | | | | | | | | | | | Creating interface and framework for using FM Radio RX and TX from different vendors. Change-Id: I1a71aed01bfffdddfabf1cdfbfa3707cb1ed016b Signed-off-by: Benn Porscke <benn.porscke@stericsson.com>
* | Enable Uighur Language in build.avar2013-01-082-2/+2
| | | | | | | | Change-Id: I7f9430fa65f6477eb4571c09c5dd6589bd63b2ed
* | build: Remove wallpapers from full_base.Andreas Schneider2012-11-171-10/+0
| | | | | | | | | | | | They are already in the cm common config for the full phone. Change-Id: I02fc0ea73e92ae8b19931d05e6783e3cfa166af2
* | Does not copy anythingDerek Sevilla2012-11-171-1/+0
| | | | | | | | Change-Id: Ic11859144c9ba226312fd70fb5697d43d49c1e7d
* | Revert "Overide define INSTALLED_BOOTLOADER_MODULE If board has locked"Ricardo Cerqueira2012-11-171-4/+2
| | | | | | | | | | | | | | | | | | | | | | This is why we have TARGET_NO_BOOTLOADER. AFAIK, there are zero CM devices building the bootloader. This reverts commit ad6921e862070c2b54c5ef082fd10bab68bffb15. Revert "Fix the build" This reverts commit 27bb3ed0db8bc00997da677b792c81e57e121879.
* | Overide define INSTALLED_BOOTLOADER_MODULE If board has lockedDavid Hacker2012-11-171-2/+4
| | | | | | | | | | | | | | | | | | | | bootloader. Motorola devices with locked bootloaders do not hava a target for bootloader and build fails with acp: file 'out/target/ product/xxx/bootloader' does not exist Change-Id: I1857fff061d5aeed76e6e8797c11dc33c09078fd
* | build: Stop installing the sample APN listSteve Kondik2012-11-171-3/+0
| | | | | | | | | | | | * Sample APN list is always being installed, we don't want this in CM. Change-Id: I74b97f3af545c4a7568d3001e1435c63cfbc7de8
* | Fix inheritance of PRODUCT_PROPERTY_OVERRIDES for CM audio filesArne Coucheron2012-11-172-7/+1
| | | | | | | | | | | | Otherwise the ones set in CM vendor will be overridden by these. Change-Id: I3f87dfd009d8ddfd48972c15770599742b12c4af
* | Disable Pinyin and Openwnn IME's by default.Warren Togami2012-11-171-6/+0
| | | | | | | | | | | | | | | | | | These two IME's are of poor quality and nobody actually uses them. A device that caters to those markets may choose to enable these IME's, They are more likely to instead install one of the better free IME's from Android Market. Change-Id: I33d8340dcae997fb37f00d841619353cf2835d30
* | build libjni_pinyinime together with PinyinIMEEmilio López2012-11-172-0/+2
| | | | | | | | | | | | | | PinyinIME needs libjni_pinyinime to work, so build them together. Otherwise it FCs because the JNI lib is missing. Change-Id: I5027fa588e5bc49636914ff5c8d305280aaa4936
* | build: Realign product libraries with corresponding applicationsTwisted2012-11-172-6/+8
| | | | | | | | | | | | | | VideoEditor requires a build to call the full_base, but the libraries are called in generic_no_telephony. This patch places the library packages in the same product specification as the application using them.
* | Disable dataroaming by defaultPawit Pornkitprasan2012-11-171-2/+1
| | | | | | | | | | | | | | The property is removed so that the property in vendor/cm can take effect Change-Id: Iefadc1a6e71cbf92ecb7363c953f4b5a82064446
* | Do not build MusicFXEmilio López2012-11-171-1/+0
| | | | | | | | | | | | MusicFX is going to be replaced with DSPManager Change-Id: Id39d1ab7ff7d8a8e68abccfe2fefbf3f5b0398d5
* | Add the keys I used to sign the market version of Superuser.ChainsDD2012-11-172-0/+20
|/
* Add dev settings to emulator.Xavier Ducrohet2012-11-061-0/+1
| | | | Change-Id: I0f92257c0a6ac92f3bce4ad004c3e2414ef0f9da
* Add the new 'settings' shell tool to the buildChristopher Tate2012-10-101-0/+1
| | | | | | | | The tool isn't useful unless it's actually built into products. Bug 7299066 Change-Id: I9aaf37bde73a986d871eac6fd4dea15c192110cb
* Load only the current product config makefile.Ying Wang2012-09-281-0/+6
| | | | | | | | | | To reduce the start time. With the change and previous change of doing clean step in only given paths, start time of mm/mmm is reduced from ~5s to about 1s; lunch time is reduced from ~40s to 3.5s. Bug: 7186768,7169854 Change-Id: Ifd72ba1c6362a5e1125a23c505fd47947ab56675
* Merge "Add the new NanumGothic makefile to the build" into jb-mr1-devBart Sears2012-09-241-0/+1
|\
| * Add the new NanumGothic makefile to the buildBart Sears2012-09-241-0/+1
| | | | | | | | | | | | | | | | There are separate CLs to add the NanumGothic font files and makefiles. Bug: 4531601 Change-Id: Id27f9ff6eb45f666f7f62f1dbe7a06c96c0a717e
* | Revert "Include videoeditor_jni in sdk product build."Siva Velusamy2012-09-241-7/+0
|/ | | | This reverts commit 997e629d6dca5683af596ba22f564b5346967b95.
* Include videoeditor_jni in sdk product build.Siva Velusamy2012-09-211-0/+7
| | | | | | | | | frameworks/base/media depends on libvideoeditor_jni. This change copies the dependencies from generic_no_telephony.mk Fixes Bug 7200384 Change-Id: I135fd4fc613d81aa962bcdf2573894a2ea8ab11d
* Merge "ISSUE 6849488 Bluedroid stack, remove system/bluetooth." into jb-mr1-devZhihai Xu2012-09-202-19/+0
|\
| * ISSUE 6849488 Bluedroid stack, remove system/bluetooth.Zhihai Xu2012-09-202-19/+0
| | | | | | | | | | | | | | remove system/bluetooth stuff. bug 6849488 Change-Id: I8eb85c6da0aa34aefda2916f2c74e5eae51da27e
* | Remove WebViewDream from the build.Daniel Sandler2012-09-131-1/+0
|/ | | | | | It will remain in AOSP as sample code. Change-Id: I253034f45d7008beadf9220f6e13a76c3ead3490
* Merge "add libsurfaceflinger_ddmconnection to PRODUCT_PACKAGES for PDK ↵Keun young Park2012-08-312-1/+3
|\ | | | | | | build" into jb-mr1-dev
| * add libsurfaceflinger_ddmconnection to PRODUCT_PACKAGES for PDK buildKeun young Park2012-08-312-1/+3
| | | | | | | | | | | | | | - the library is dlopened from libsurfaceflinger Bug: 7089510 Change-Id: I5526c0390efd161e596b08c0bf823090b3969dfe
* | Add basic Dreams set to builds.Daniel Sandler2012-08-311-0/+1
|/ | | | Change-Id: I7b7e84a84f9fc6c594662baf4dd991ff9af5f162
* Include stock Dreams in the build.Chris Wren2012-08-271-0/+2
| | | | Change-Id: I61953eeb50f8f02845468bc11c723405d5641d7f
* Remove imap2 from buildPaul Westbrook2012-08-223-3/+0
| | | | Change-Id: I64b5db47895e99f76d30e453f4d95c9546a96839
* Allow full_x86 and full_mips in unbundled build.Ying Wang2012-08-221-4/+4
| | | | | | So we can do unbundled builds for x86 and mips devices. Change-Id: Ibd8c3b0371c316b713a748a6e6ce14fe98fdc4aa
* replace apps for PDKKeun young Park2012-08-201-4/+5
| | | | | | | | - Launcher2 to Home - SystemUI to DummySystemUI - Settings to DummySettings Change-Id: Ibeecf3d4df0dbb38737dba7503819d2b700036c1
* resolved conflicts for merge of 5836d3b3 to jb-mr1-devJoe Onorato2012-08-174-3/+178
|\ | | | | | | Change-Id: If3d84a7439717ccf7723b3f79e934d73abbb3fea
| * am f72e34eb: Merge changes ↵Joe Onorato2012-08-164-2/+177
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I9d3a3c16,I17b5d441,I29e27505,Ia5ca233e,I0a0b200b,I6f412ed4,I623821df,Ifec8e63e,I12d0a847,Idac551e5,I59a88027,I2498139d,I6bd93a87 * commit 'f72e34ebf49ed2a06fe9e37d134f2088e2c0c0e4': Move the old user tagged modules over to base.mk so mini and core both share them. More product debugging. build system changes for jb-aah-dev merge Fail when a non-vendor product references a vendor module. Remove support for user tags in the build system. List the user modules explicitly, and we can get rid of the support for the user tag! Dump the user tagged modules. host modules don't need LOCAL_MODULE_TAGS Don't give the user tag to host modules automatically. Add a phony "nothing" goal that reads the makefiles but doesn't try to build anything. Add tool to parse make dependency info from new --deps flag. Use a more modern -j flag. make product-graph now filtered
| | * Move the old user tagged modules over to base.mk so mini and core both share ↵Joe Onorato2012-08-163-132/+160
| | | | | | | | | | | | | | | | | | them. Change-Id: I9d3a3c165fa56d4ca137b3c06e249e1deea6a1c5
| | * build system changes for jb-aah-dev mergeJoe Onorato2012-08-161-7/+2
| | | | | | | | | | | | Change-Id: I29e27505a0d9f7cc2932f725bfe1c83d804388bc
| | * List the user modules explicitly, and we can get rid of the support for the ↵Joe Onorato2012-08-162-0/+152
| | | | | | | | | | | | | | | | | | user tag! Change-Id: I6f412ed4e08d784ed71ec170e870fcf30081963a
* | | fix PDK boot issueKeun young Park2012-08-151-1/+3
| | | | | | | | | | | | | | | | | | - add missing packages to make it boot Change-Id: I9a4a635e67a82c326f9eb1eceb86cffc8f59a2d3
* | | Include FusedLocation.apk on sdk builds tooJesse Hall2012-08-141-0/+1
| | | | | | | | | | | | | | | Bug: 6969889 Change-Id: Ifda8df58906b3e1d77de0f7de0b1dd07c6bf430f
* | | am d3d0beca: am 392bdc1f: Merge "Move the selinux modules to core ↵Ying Wang2012-08-131-0/+9
|\ \ \ | |/ / | | | | | | | | | | | | | | | PRODUCT_PACKAGES" * commit 'd3d0becac9a13836b7c20acba3b21b0625d92324': Move the selinux modules to core PRODUCT_PACKAGES
| * | am 392bdc1f: Merge "Move the selinux modules to core PRODUCT_PACKAGES"Ying Wang2012-08-131-0/+9
| |\ \ | | |/ | | | | | | | | | * commit '392bdc1f08eb03ad04eba24a76cc0aea7e1b46d6': Move the selinux modules to core PRODUCT_PACKAGES
| | * Move the selinux modules to core PRODUCT_PACKAGESYing Wang2012-08-131-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | The module names are phony targets and we should avoid having file targets depend on phony targets. Instead the build system makes sure to use the file dependency with PRODUCT_PACKAGES. Change-Id: I8dc59d8f9ed92c146b8827d71278e27214e60f3a
* | | Merge "Include FusedLocation.apk on all builds." into jb-mr1-devNick Pelly2012-08-101-0/+1
|\ \ \