summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* Add assets from all density to the SDK system image.Xavier Ducrohet2009-09-301-0/+3
| | | | Change-Id: I57500a81607edf04337f0a0a75077c00d6d17274
* am 1933782f: Remove kickback/talkback/soundback from SDK.Xavier Ducrohet2009-09-301-4/+1
|\ | | | | | | | | | | | | Merge commit '1933782fc0a1ec2bddaf0b851b2fa32994e2d3fe' into eclair * commit '1933782fc0a1ec2bddaf0b851b2fa32994e2d3fe': Remove kickback/talkback/soundback from SDK.
| * Remove kickback/talkback/soundback from SDK.Xavier Ducrohet2009-09-291-4/+1
| | | | | | | | | | | | | | These apps are not in the AOSP tree and cannot be part of the standard SDK build. They are available at http://code.google.com/p/eyes-free/
* | Change default notification to OnTheHunt. Bug 2146688.Dave Sparks2009-09-282-2/+2
| |
* | Add CertInstaller app to generic product file.Hung-ying Tyan2009-09-211-0/+1
| |
* | am 743c1937: Merge change 24941 into donutXavier Ducrohet2009-09-151-1/+11
|\ \ | |/ | | | | | | | | | | Merge commit '743c19373a1c78bf2cc4d1c0dfd905e27ff598c6' into eclair * commit '743c19373a1c78bf2cc4d1c0dfd905e27ff598c6': Add TTS files and Accessibility app to the SDK system image.
| * Merge change 24941 into donutAndroid (Google) Code Review2009-09-141-1/+11
| |\ | | | | | | | | | | | | * changes: Add TTS files and Accessibility app to the SDK system image.
| | * Add TTS files and Accessibility app to the SDK system image.Xavier Ducrohet2009-09-141-1/+11
| | |
* | | Add camera feature files to the SDK system image.Xavier Ducrohet2009-08-311-1/+2
| | | | | | | | | | | | | | | | | | | | | Without this the system refuses to install applications that requires the camera (like ApiDemos) Change-Id: Ia13b6a10f4731bf23eea04e3210ad0b3ed557aa6
* | | am f9f9d4f3: Remove WebSearchProvider from build specs.Anonymous Coward2009-08-312-2/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'f9f9d4f3c393537f9cab5e8cc59d241ad2279474' into eclair * commit 'f9f9d4f3c393537f9cab5e8cc59d241ad2279474': Remove WebSearchProvider from build specs.
| * | Remove WebSearchProvider from build specs.Anonymous Coward2009-08-312-2/+0
| |/
* | Prefer ContactsProvider over GoogleContactsProvider.Jeff Hamilton2009-08-211-1/+1
| |
* | Add Bluetooth app to generic product file.Jaikumar Ganesh2009-08-041-0/+1
| |
* | am 981bafb1: AI 150131: Remove English/Chinese IME from OpenWnn.Daisuke Miyakawa2009-07-301-1/+0
|\ \ | |/ | | | | | | | | | | Merge commit '981bafb11bf73806f78676d7a1bdc98e3c92bd16' * commit '981bafb11bf73806f78676d7a1bdc98e3c92bd16': AI 150131: Remove English/Chinese IME from OpenWnn.
| * AI 150131: Remove English/Chinese IME from OpenWnn.Daisuke Miyakawa2009-07-291-1/+0
| | | | | | | | Automated import of CL 150131
* | include GoogleContactsSyncAdapter in products with googleFred Quintana2009-07-291-0/+1
| |
* | am 476f46bb: Add GestureBuilder to SDK build.Romain Guy2009-07-201-0/+1
|\ \ | |/ | | | | | | | | | | Merge commit '476f46bb568ebe5879e46d0d975ea885409f586a' * commit '476f46bb568ebe5879e46d0d975ea885409f586a': Add GestureBuilder to SDK build.
| * Add GestureBuilder to SDK build.Romain Guy2009-07-201-0/+1
| |
* | Add calculator and email to genericRamanan Rajeswaran2009-07-082-1/+2
| |
* | Add calculator to core makefilesRamanan Rajeswaran2009-07-071-1/+1
| |
* | generalize the definition of a "radio image"Doug Zongker2009-06-222-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Non-HTC devices may have multiple files constituting their "radio image". Generalize the INSTALLED_RADIOIMAGE_TARGET variable a bit: initially define it as empty, then let AndroidBoard.mk files add to it. Provide a convenience function add-radio-image for them to call to add files. Put all those files into the target_files zip for use in OTA and fastboot package construction. Note that for HTC devices, this changes the name of the radio image in the target_files zip: instead of "RADIO/image" it will be "RADIO/radio.img". Tools that use the target_files zip will need to be changed.
* | am 3450f449: Merge change 4549 into donutAndroid (Google) Code Review2009-06-171-0/+5
|\ \ | |/ | | | | | | | | | | Merge commit '3450f44932dcf399349a95a780d9aabeac4eca00' * commit '3450f44932dcf399349a95a780d9aabeac4eca00': AI 149924: Add OpenWnn to the SDK builds.
| * Merge commit 'b610c08b9605c31c1e5b851009104972e3822a3c' into DonutXavier Ducrohet2009-06-171-0/+5
| |\ | | | | | | | | | Add OpenWnn to the SDk builds.
| | * AI 149924: Add OpenWnn to the SDK builds.Xavier Ducrohet2009-06-171-0/+5
| | | | | | | | | | | | Automated import of CL 149924
| | * AI 147197: Adds calculator to sdk build.Xavier Ducrohet2009-04-211-0/+1
| | | | | | | | | | | | | | | | | | BUG=1803455 Automated import of CL 147197
| | * AI 146687: The maps and gtalkservice libraries were still being included inJoe Onorato2009-04-161-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | all of the builds. Fix that. We really need to get this generic_with_google product out of build/target and into vendor/google, but that can come later. BUG=1786404 Automated import of CL 146687
| | * AI 145380: Fixes for add-on buildXavier Ducrohet2009-04-091-0/+28
| | | | | | | | | | | | Automated import of CL 145380
| | * AI 145080: Add Latin and Chinese method to SDK.Xavier Ducrohet2009-04-081-1/+3
| | | | | | | | | | | | Automated import of CL 145080
| | * AI 144764: Fix the SDK build to properly package what needs to go in the ↵Xavier Ducrohet2009-04-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | system image (bug #1761105) BUG=1761105 Automated import of CL 144764
| | * auto import from //branches/cupcake_rel/...@141571The Android Open Source Project2009-03-191-4/+1
| | |
* | | am 03474237: Merge change 4054 into donutAndroid (Google) Code Review2009-06-141-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | Merge commit '0347423753fb5d7207aa1ea93a8429f59468eb41' * commit '0347423753fb5d7207aa1ea93a8429f59468eb41': build 'updater' binary for use in OTA packages Add VpnServices to PRODUCT_PACKAGES.
| * | Add VpnServices to PRODUCT_PACKAGES.Hung-ying Tyan2009-06-121-0/+1
| | |
* | | am fcae4f83: Merge change 3862 into donutAndroid (Google) Code Review2009-06-111-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'fcae4f838d75fd3352198ac1c881cc1c97f51aab' * commit 'fcae4f838d75fd3352198ac1c881cc1c97f51aab': Adding TtsService and PicoTts so they get included.
| * | Adding TtsService and PicoTts so they get included.Charles Chen2009-06-101-0/+2
| | |
* | | am f4d7c620: Include WebSearchProvider in all builds.Satish Sampath2009-06-092-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'f4d7c620f158d70ac21db7a89cbb391a01bd6848' * commit 'f4d7c620f158d70ac21db7a89cbb391a01bd6848': Include WebSearchProvider in all builds.
| * | Include WebSearchProvider in all builds.Satish Sampath2009-06-092-0/+2
| | | | | | | | | | | | | | | | | | | | | WebSearchProvider is an open implementation of fetching suggestions and launching searches to third party web search engines. This should be available along with GoogleSearch in all builds which include the GoogleSearch package.
* | | am 3026e96d: Merge change 2245 into donutAndroid (Google) Code Review2009-05-222-0/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '3026e96dcea7893d762d3ad1532c3775dfe01b60' * commit '3026e96dcea7893d762d3ad1532c3775dfe01b60': Define TARGET_CPU_ABI for finding native code in .apks
| * | Define TARGET_CPU_ABI for finding native code in .apksDianne Hackborn2009-05-222-0/+4
| | |
* | | new data messaging api: build com.google.android.datamessaging.jarWei Huang2009-05-121-0/+2
| | |
* | | am 663c2ca: Merge branch \'readonly-p4-donut\' into donutKarl Rosaen2009-04-291-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '663c2cadef9a52dd1a9025f1fe22c5d84a3e004f' * commit '663c2cadef9a52dd1a9025f1fe22c5d84a3e004f': AI 147564: Merge back from search branch to donut. Notes:
| * | AI 147564: Merge back from search branch to donut. Notes:Karl Rosaen2009-04-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - all public apis and framework changes have been reviewed by relevant folks in our branch (e.g romainguy) - all new public apis are @hidden; they will still get reviewed by api council once we're in git - other than that, it's mostly GlobalSearch and search dialog stuff, a new apps provider, and some tweaks to the contacts provider that was reviewed by jham Automated import of CL 147564
| * | AI 147198: am: CL 147197 Adds calculator to sdk build.Xavier Ducrohet2009-04-211-0/+1
| | | | | | | | | | | | | | | | | | | | | Original author: xav Merged from: //branches/cupcake/... Automated import of CL 147198
| * | AI 146738: am: CL 146687 The maps and gtalkservice libraries were still ↵Joe Onorato2009-04-171-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | being included in all of the builds. Fix that. We really need to get this generic_with_google product out of build/target and into vendor/google, but that can come later. Original author: joeo Merged from: //branches/cupcake/... Automated import of CL 146738
| * | AI 145622: am: CL 145380 Fixes for add-on buildXavier Ducrohet2009-04-091-0/+28
| | | | | | | | | | | | | | | | | | | | | Original author: xav Merged from: //branches/cupcake/... Automated import of CL 145622
| * | AI 145464: am: CL 145080 Add Latin and Chinese method to SDK.Xavier Ducrohet2009-04-091-1/+3
| | | | | | | | | | | | | | | | | | | | | Original author: xav Merged from: //branches/cupcake/... Automated import of CL 145464
| * | AI 144765: am: CL 144764 Fix the SDK build to properly package what needs to ↵Xavier Ducrohet2009-04-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | go in the system image (bug #1761105) Original author: xav Merged from: //branches/cupcake/... Automated import of CL 144765
| * | Automated import from //branches/donutburger/...@141546,141546Dima Zavin2009-03-241-1/+1
| | |
| * | Automated import from //branches/donutburger/...@141015,141015Dave Sparks2009-03-241-3/+0
| |/
* | AI 147203: am: CL 147198 am: CL 147197 Adds calculator to sdk build.Xavier Ducrohet2009-04-211-0/+1
| | | | | | | | | | | | | | | | Original author: xav Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 147203
* | AI 146824: am: CL 146738 am: CL 146687 The maps and gtalkservice libraries ↵Joe Onorato2009-04-181-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | were still being included in all of the builds. Fix that. We really need to get this generic_with_google product out of build/target and into vendor/google, but that can come later. Original author: joeo Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 146824