summaryrefslogtreecommitdiffstats
path: root/target/product/base.mk
Commit message (Collapse)AuthorAgeFilesLines
* add Mesa to default product packagesWolfgang Wiedmeyer2020-01-021-1/+2
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* readd libGLES_android for software renderingWolfgang Wiedmeyer2020-01-021-1/+2
| | | | Change-Id: Ica4a8919ed29e91edb0c6f697da5aa2f68448dc8
* Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-051-0/+1
|\ | | | | | | | | | | | | | | | | | | | | Android 6.0.0 release 26 Conflicts: core/Makefile core/build_id.mk tools/releasetools/ota_from_target_files.py Change-Id: Ia1404ee9cd931a6540ea0dd3e2aa7b32d649e80c
| * Merge "Build "secdiscard" for securely discarding data from flash devices." ↵Paul Crowley2015-07-131-0/+1
| |\ | | | | | | | | | into mnc-dr-dev
| | * Build "secdiscard" for securely discarding data from flash devices.Paul Crowley2015-06-301-0/+1
| | | | | | | | | | | | | | | | | | Bug: 19706593 Change-Id: I073b7b39f25b054abdf2b983a63d029d690970a9 (cherry picked from commit 54a28654e605c73d42c66a552b8fc9c6255529cf)
* | | Themes: Include tm command line toold34d2015-10-061-0/+1
|/ / | | | | | | Change-Id: Icecf9c322102a3d5489d165d53f21c62835dcca7
* / Add hid command to base buildMichael Wright2015-06-241-0/+1
|/ | | | | Bug: 21662862 Change-Id: I11ed67b8f0efd1232ddfbb6e0a5f4bdbb065397e
* Add 'adb shell telecom' command to packages listYorke Lee2015-06-031-0/+1
| | | | Change-Id: I193b54dd9f4511eb7959c5dbbf38f90267b8fcc9
* New "sm" shell tool to call StorageManager.Jeff Sharkey2015-05-121-0/+1
| | | | | Bug: 19993667 Change-Id: I9021794eb6f69c7f53151a887a85788d315ab67d
* Adding libsonic to base.mkRicardo Garcia2015-04-101-0/+1
| | | | | | | Adding Sonic library to base bug: 19196501 Change-Id: Id39a3a2f843aadf2808a10d2017151461db2c9b2
* Track renaming of org.apache.http.legacy.jarNarayan Kamath2015-04-091-1/+1
| | | | Change-Id: I224a4883474f81039df2203eb17272bc994c04c8
* am bf8164f9: am 47584657: am 0f98a378: Merge "Remove netcfg from the list of ↵Elliott Hughes2015-03-171-1/+0
|\ | | | | | | | | | | | | base modules." * commit 'bf8164f938f0af98b76e481de6c415fa496cfe21': Remove netcfg from the list of base modules.
| * Remove netcfg from the list of base modules.Elliott Hughes2015-03-161-1/+0
| | | | | | | | | | | | | | It's obsolete and -- other than a mention in the reference RIL and another in a shell script that no longer works -- unused. Change-Id: Ibbf2613778802222865528644c7e59a2d7c68b48
* | added broadcast radio serviceEric Laurent2015-03-051-0/+3
| | | | | | | | | | | | | | Added core libraries for broacast radio service, client and meta data utility. Change-Id: Ic93444aee9a41c02dce67c8170450ac111332a62
* | Remove inputflinger binary from builds.Tim Kilbourn2015-02-231-1/+0
| | | | | | | | Change-Id: I98b19c532a2329a867c9943c13aa471bda01568c
* | Include sgdisk in all device builds.Jeff Sharkey2015-02-231-0/+1
| | | | | | | | | | | | | | sgdisk is the command line version of gptfdisk, which we're using to format devices with the GUID partition table standard. Change-Id: I99e0c56d35391d46031d1c2f04956332e1a164a9
* | Add the apache-http library to all product configs.Narayan Kamath2015-01-201-0/+1
| | | | | | | | | | bug: 18027885 Change-Id: I6b881ca8e868d6190c832dee8784ab1642ab3d82
* | am 41c939a1: am 44259e4c: Merge "Build: Support for compiled-classes file"Andreas Gampe2014-11-191-0/+5
|\| | | | | | | | | * commit '41c939a18698751d963bb57f9a0bc86ce4d3ec2e': Build: Support for compiled-classes file
| * Build: Support for compiled-classes fileAndreas Gampe2014-11-181-0/+5
| | | | | | | | | | | | | | | | | | | | Allow a compiled-classes file for pre-opting. Bug: 18410571 (cherry picked from commit 4fec0bb265ac8cdbe883b8868abfcb56713db170) Change-Id: I8c69dd0fb8c04aaae0c4f062049cc9cce7d755c7
* | am 2ac57b50: am 45f975bb: Merge "Fix PDK build."Ying Wang2014-11-171-2/+2
|\| | | | | | | | | * commit '2ac57b50da24fdce2e60445a4ce66e34f01cae32': Fix PDK build.
| * Fix PDK build.Ying Wang2014-11-171-2/+2
| | | | | | | | | | | | | | | | Add frameworks/base/preloaded-classes to PRODUCT_COPY_FILES only if it exists in the source tree. Bug: 18305157 Change-Id: I46c277ebfb8095f9e5fe0fbb21276d932509f2eb
| * Install preloaded-classes as a standalone configuration fileYing Wang2014-11-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Install preloaded-classes as a standalone configuration file /system/etc/preloaded-classes, so we can configure different file per product. To override the default frameworks/base/preloaded-classes, just override in your product configuration makefile with PRODUCT_COPY_FILES before it inherits from build/target/product/base.mk: if there are multiple items in PRODUCT_COPY_FILES with the same destination, the first one takes precedence. Bug: 18305157 Change-Id: I937632b4a1aa73310ec90e73fd708fbd0c704a21
* | am 4aa4de96: am 9a0a8bd0: am 9a9d180f: Install preloaded-classes as a ↵Ying Wang2014-11-171-0/+4
|\ \ | | | | | | | | | | | | | | | | | | standalone configuration file * commit '4aa4de961b0a62c4863736ac79efc6a4c07ffc1d': Install preloaded-classes as a standalone configuration file
| * | Install preloaded-classes as a standalone configuration fileYing Wang2014-11-141-0/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Install preloaded-classes as a standalone configuration file /system/etc/preloaded-classes, so we can configure different file per product. To override the default frameworks/base/preloaded-classes, just override in your product configuration makefile with PRODUCT_COPY_FILES before it inherits from build/target/product/base.mk: if there are multiple items in PRODUCT_COPY_FILES with the same destination, the first one takes precedence. Bug: 18305157 Change-Id: I937632b4a1aa73310ec90e73fd708fbd0c704a21
* | am 6f1e56ad: am f082f19a: am 811e650b: Merge "Add appops command to devices" ↵Adam Lesinski2014-10-091-0/+1
|\| | | | | | | | | | | | | into lmp-dev * commit '6f1e56ad475ced0a3f8854bc4c4fac1ee2d5f37c': Add appops command to devices
| * Add appops command to devicesAdam Lesinski2014-10-081-0/+1
| | | | | | | | | | | | | | This is used to set appops permissions from the command line or from CTS tests via the shell. Change-Id: I8a71d1398e2071aecfd22be7b6530f186f40c2c0
* | am f69ff0e0: am aaaf5025: Merge "Added new \'adb dpm\' command to the ↵Esteban Talavera2014-09-121-0/+1
|\| | | | | | | | | | | | | packages list." into lmp-dev * commit 'f69ff0e07f7953a382f6e4f37ad063bf7179f24d': Added new 'adb dpm' command to the packages list.
| * Added new 'adb dpm' command to the packages list.Esteban Talavera2014-09-111-0/+1
| | | | | | | | | | Bug: 17312478, 17316711 Change-Id: I2613178ea82a6c6268e7f8012e74c4a852fea0d4
| * Remove inputflinger from build. DO NOT MERGEMichael Wright2014-08-181-1/+0
|/ | | | Change-Id: Ic3031732ea9915e5fac0f5261985027f07125618
* Add libdrmclearkeyplugin.so to image.Edwin Wong2014-07-251-0/+1
| | | | | | The library will be added to /system/vendor/lib/mediadrm. Change-Id: Iebfd00077c2a13e4ad4296aedba21230a7e4f37f
* Merge "Add appwidget to system image." into lmp-devSvet Ganov2014-07-221-0/+1
|\
| * Add appwidget to system image.Svet Ganov2014-07-201-0/+1
| | | | | | | | Change-Id: I0d5db3f39390065ec5067bb9a15924fdcb181692
* | Remove framework2Ying Wang2014-07-211-1/+0
|/ | | | | | We don't need fraemwork2 split with the multidex framework.jar. Change-Id: Ifc595b3679946d8958a9282360c7da9bc18e8adc
* add sound trigger service libraryEric Laurent2014-06-041-0/+2
| | | | Change-Id: I444396c5a1df13ad59c2a236849e9c729faed956
* Merge "split audio policy library"Eric Laurent2014-05-221-1/+2
|\
| * split audio policy libraryEric Laurent2014-05-211-1/+2
| | | | | | | | | | | | | | | | Split the audio policy library into the service part and the policy part. This will allow OEMs to customize the policy part. Change-Id: I3b33d7e0cfd70595b806e3267af8a6a7b5571ec2
* | Revert "Fix build: Revert "Switching to the final PDF rendering library""Svetoslav Ganov2014-05-211-1/+1
| | | | | | | | | | | | This reverts commit fa4f6471c48d2255a08432b20b0b16f3ae712d4c. Change-Id: I7541ddad1302ca0f39aec62e3c4ca399046e56a6
* | Fix build: Revert "Switching to the final PDF rendering library"Ed Heyl2014-05-211-1/+1
| | | | | | | | | | | | This reverts commit 7a32ace471423666c9366f9beeefec9b9c5251eb. Change-Id: Icf5b4e16e12a0ca6f7fb662472801f90840a743f
* | Switching to the final PDF rendering librarySvetoslav2014-05-211-1/+1
|/ | | | Change-Id: I27fdb9b937fa08986f52084d3647d4d23d2db6a4
* Merge "Adding the PDF rendering library to the build"Svetoslav2014-05-151-0/+1
|\
| * Adding the PDF rendering library to the buildSvetoslav2014-05-131-0/+1
| | | | | | | | Change-Id: I4e77d60154e8a6c9d1ceba0224d8710e36e56193
* | Introduce netd_client, a dynamic library that talks to netd.Sreeram Ramachandran2014-05-141-0/+1
| | | | | | | | | | | | (cherry picked from commit 440de6b9f715cb18b8ee888c58d5c7a659ff5073) Change-Id: Ib6198e19dbc306521a26fcecfdf6e8424d163fc9
* | Merge "Add libmediandk"Marco Nelissen2014-05-051-0/+1
|\ \ | |/ |/|
| * Add libmediandkMarco Nelissen2014-04-211-0/+1
| | | | | | | | Change-Id: I2c9645d16b56aafb05b52369b0774adffb575197
* | resolved conflicts for merge of 0a694f4c to masterYing Wang2014-04-251-2/+0
|\ \ | |/ |/| | | Change-Id: Idec6e6837c6329dae423a12fc084a11bca82463d
| * am c564b691: Remove libs from target/product/base.mk.Ying Wang2014-04-251-2/+0
| |\ | | | | | | | | | | | | * commit 'c564b691d55d4dcede7ce46248b1a87acf3d2618': Remove libs from target/product/base.mk.
| | * Remove libs from target/product/base.mk.Ying Wang2014-04-241-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | LatinIME has libjni_latinime as dependency, so we don't need it in PRODUCT_PACKAGES; Moved libpac close to PacProcesser, which requires libpac. Change-Id: I8674d76bcfde4c0e1f1b04bc96e636022d008576
* | | resolved conflicts for merge of f8e4d1b7 to masterColin Cross2014-03-211-1/+0
|\| | | | | | | | | | | Change-Id: I387a979ac119fc9423af6f07b6700c85384aeb94
| * | am 37f3c5cc: Fix removal of PRODUCT_PREBUILT_WEBVIEWCHROMIUMMark Renouf2014-03-211-1/+0
| |\| | | | | | | | | | | | | * commit '37f3c5cc1de11f7b316c2d03ed8f6951d4f95372': Fix removal of PRODUCT_PREBUILT_WEBVIEWCHROMIUM
| | * Fix removal of PRODUCT_PREBUILT_WEBVIEWCHROMIUMMark Renouf2014-03-211-1/+0
| | | | | | | | | | | | Change-Id: I8a6bad054ac22592f0d341bb3ebbe4cc74828698