summaryrefslogtreecommitdiff
path: root/device.mk
AgeCommit message (Collapse)Author
2015-03-27Enable MIDI supportMike Lockwood
Change-Id: I4d31b257e14910c597694424960bb8027b8923bb
2015-03-25shamu: bt: Move BT FW (BCM4356A2_001.003.015.0038.0059_ORC) from vendor/Dmitry Shmidt
Bug: 19930716 Change-Id: I6194b4102eb81a3aa30f6b282ddcb55158e44f85 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2015-03-16reverting do not merge changesVinit Deshpande
cc2c78af55da6c34c1ea05efe596050d3344a8a2 cd99945261b2fb58cd003af45bbab831dfb01dc4 3c160c5a0240887f757032ab9d89ca400661a00f Change-Id: I15709b539680ac0c47db1f7ac1ec1d3980546678
2015-03-16Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'Vinit Deshpande
2015-03-05Remove the Ethernet configuration on shamuLorenzo Colitti
This is no longer necessary now that the Ethernet service is started on all devices that support USB OTG. (cherry picked from commit ab80c82fff04cb7dd690cc723110ec5ede3d9b44) Change-Id: I688ec5e4988b1ba7460894adb69cf926d2b86e17
2015-03-05Remove the Ethernet configuration on shamuLorenzo Colitti
This is no longer necessary now that the Ethernet service is started on all devices that support USB OTG. Change-Id: I61d6803145b21ff2a0b382b77fb21b54dee8f219
2015-03-02DO NOT MERGE Add sl4a as a standard build componentEtan Cohen
Change-Id: I43700283d4fd9ff6a200d5f9da55b96ca6b0ca96
2015-02-10New SELinux domain for init.mmi.touch.sh automerge: 6a84d92Nick Kralevich
automerge: ba00aa8 * commit 'ba00aa8ffaab0ea0e28080a4147f0442332ee172': New SELinux domain for init.mmi.touch.sh
2015-02-10New SELinux domain for init.mmi.touch.shNick Kralevich
automerge: 6a84d92 * commit '6a84d92ff2547171a9d2c5dfefc560212b6a6a24': New SELinux domain for init.mmi.touch.sh
2015-02-09New SELinux domain for init.mmi.touch.shNick Kralevich
Create a new SELinux domain for init.mmi.touch.sh. Currently, it's running in the shell SELinux domain, and can't perform the actions it needs to perform. This hasn't been a problem yet, since we haven't had to update firmware for the touch driver. Don't put the shell script on the root partition. It's unneeded and is better stored on /system where it can have a proper SELinux label and be marked as executable. Change-Id: I0902f7cec0e514e3af12db759c974de4f01a50f3
2015-02-05am 0589042c: Merge "QCRIL DB File path change for getting operator type ↵Amit Mahajan
family" into lmp-mr1-dev automerge: 6954e7b * commit '0589042c511d724169d122669e17d70025a11f20': QCRIL DB File path change for getting operator type family
2015-02-05Merge "QCRIL DB File path change for getting operator type family" into ↵Amit Mahajan
lmp-mr1-dev automerge: 6954e7b * commit '6954e7bde4ffea63e1dfe43530ad30be0c988a49': QCRIL DB File path change for getting operator type family
2015-02-04QCRIL DB File path change for getting operator type familyMayank Agarwal
qcril.db file location to be used is changed to /system/etc/ril/qcril.db Bug: 19023931 Change-Id: Ic664266a98aeb98972e97c4731bc7a956ef1b217
2015-01-08am 23e8b7a8: shamu: add android.hardware.opengles.aep system featureJesse Hall
automerge: b66d084 * commit 'b66d0843b3563d191f14b15099de419035c0bfc5': shamu: add android.hardware.opengles.aep system feature
2015-01-08am 23e8b7a8: shamu: add android.hardware.opengles.aep system featureJesse Hall
* commit '23e8b7a8bcfbec06dbc98673f273227f98006541': shamu: add android.hardware.opengles.aep system feature
2015-01-05Remove obsolete dalvik.gc.type-preciseBrian Carlstrom
Bug: 18895001 (cherry-picked from commit ad19e15d2c70f47995ead96dc448278afdca55db) Change-Id: Idb4df8de8232544539b61f92599bc6193d7647d0
2015-01-05am ad19e15d: Remove obsolete dalvik.gc.type-preciseBrian Carlstrom
* commit 'ad19e15d2c70f47995ead96dc448278afdca55db': Remove obsolete dalvik.gc.type-precise
2015-01-05Remove obsolete dalvik.gc.type-preciseBrian Carlstrom
Bug: 18895001 Change-Id: Idb4df8de8232544539b61f92599bc6193d7647d0
2014-12-22shamu: add android.hardware.opengles.aep system featureJesse Hall
Bug: 18074763 Change-Id: I4784557164fe38a300a0bcc57dfcf83db5f390ad
2014-12-12am 8a82be05: device.mk: Reduce IMS logging automerge: f5f346dMekala Natarajan
* commit '8a82be0509a0605e493adb211e54f5cde08d43cd': device.mk: Reduce IMS logging
2014-12-11device.mk: Reduce IMS loggingMekala Natarajan
IMS debug logs are now disabled in the build Bug: 18718057 Change-Id: I99381443e2ff495d61349b8753fa864787b83094
2014-12-11am 52eb76c8: am c3dcdb27: Set PRODUCT_AAPT_PREBUILT_DPI.Ying Wang
* commit '52eb76c8df062065253312800943ceac2e574a98': Set PRODUCT_AAPT_PREBUILT_DPI.
2014-12-10am 080abeb1: am b994ecb1: Revert "Add gsiff and sap.conf and start gsiff on ↵Kevin Tang
init" * commit '080abeb173f8b524d51478016434d54870556037': Revert "Add gsiff and sap.conf and start gsiff on init"
2014-12-10Set PRODUCT_AAPT_PREBUILT_DPI.Ying Wang
The build system use both PRODUCT_AAPT_PREF_CONFIG and PRODUCT_AAPT_PREBUILT_DPI to select prebuilt dpi-specific apks. The first match takes precedence. Bug: 18388705 Change-Id: Iba98af754c3397ddbb27287244db086cb4c43aa6
2014-12-10Revert "Add gsiff and sap.conf and start gsiff on init"Kevin Tang
This reverts commit 6fb20cdf2c76b78904e2fb5daa597c2f0b29d417. Bug: 18670959 Change-Id: Ie5cd91c7720a997e0612a468942a48a1e81d756c
2014-12-02shamu: bump up OpenGL|ES version automerge: a4b7969Iliyan Malchev
automerge: e5406cb * commit 'e5406cb24cb18287b56d72b4e0a94e404fad4606': shamu: bump up OpenGL|ES version
2014-12-02shamu: bump up OpenGL|ES versionIliyan Malchev
b/18074763 Add support for OpenGL ES 3.1 Change-Id: I635bd601303f240b9c0c09ae87ee9784d847f5ba Signed-off-by: Iliyan Malchev <malchev@google.com>
2014-11-24Merge "Config the default value for mcfg property" into lmp-mr1-dev ↵Shishir Agrawal
automerge: 7b5148a automerge: e6bda22 * commit 'e6bda224fac706905dfc04b9c59831d123d1ba66': Config the default value for mcfg property
2014-11-24Merge "Config the default value for mcfg property" into lmp-mr1-devShishir Agrawal
2014-11-24Config the default value for mcfg propertyWenlong Che
Bug: b/18487207 Change-Id: I4399e095fac1ac21fb5cbca5d0667ac3a7a92ccf
2014-11-19am 8543ee78: am 13c22cac: Merge "Add new camera2 hardware features." into ↵Zhijun He
lmp-mr1-dev * commit '8543ee78df21c2940089f42e0598326cd42e8607': Add new camera2 hardware features.
2014-11-18Add new camera2 hardware features.Zhijun He
Bug: 18434104 Change-Id: I6cf2cf4fb0d1948906e51cb14a0dda5a9c0d929a
2014-10-22am 852252f3: am 5d56211d: am c55f8068: am 52c598ba: Enable ↵Jayachandran C
persist.radio.no_wait_for_card to make RIL not wait for card * commit '852252f3cb7831246eae6f525ede99265b04aad4': Enable persist.radio.no_wait_for_card to make RIL not wait for card
2014-10-22am c55f8068: am 52c598ba: Enable persist.radio.no_wait_for_card to make RIL ↵Jayachandran C
not wait for card * commit 'c55f8068de9743ee521b046b13611d267c14bb06': Enable persist.radio.no_wait_for_card to make RIL not wait for card
2014-10-21Enable persist.radio.no_wait_for_card to make RIL not wait for cardJayachandran C
This helps to make the device camp quickly in power ON and SIM swap use cases Bug Id: 18010432 Change-Id: I62a8b70b0099225c8e97d3eb1234739376526f57
2014-10-12am 999626c2: am 42222504: am 3dbff44d: am e7b4699e: Revert "audio: define ↵Vineeta Srivastava
ro.audio.media_deep_buffer property" * commit '999626c28b240641535bd9d0271c50ec75a9a1bc': Revert "audio: define ro.audio.media_deep_buffer property"
2014-10-12am 3dbff44d: am e7b4699e: Revert "audio: define ro.audio.media_deep_buffer ↵Vineeta Srivastava
property" * commit '3dbff44d5bee0da72f0b14a705e44c6d79050efb': Revert "audio: define ro.audio.media_deep_buffer property"
2014-10-11Revert "audio: define ro.audio.media_deep_buffer property"Vineeta Srivastava
This reverts commit a1a19f0945787d197dc1f406a6378abc83dae4d1. Change-Id: I3171d56fe984c6a3c6af7f8033e538db9cf42660
2014-10-11am 83c17d00: am f0f01c70: am 4624d848: am a1a19f09: audio: define ↵Eric Laurent
ro.audio.media_deep_buffer property * commit '83c17d00d554bb96e25582e76045f3c0c2205d1c': audio: define ro.audio.media_deep_buffer property
2014-10-11am 4624d848: am a1a19f09: audio: define ro.audio.media_deep_buffer propertyEric Laurent
* commit '4624d848b9ad41900ff0af3deff3dc46dec476cb': audio: define ro.audio.media_deep_buffer property
2014-10-10audio: define ro.audio.media_deep_buffer propertyEric Laurent
Bug: 17931716. Change-Id: If428cbfaf2fdaec596d77c451dab33b42f5df16d
2014-10-08am 00fe780d: am f909ec44: Fix audio for VoLTE calls.Etan Cohen
* commit '00fe780d3a2124a24442666e0da365e2d4cc7c2c': Fix audio for VoLTE calls.
2014-10-08Fix audio for VoLTE calls.Etan Cohen
Bug: 17785543 Change-Id: I4012a63867de4a39675f2b624c2ec05ece3a05bd
2014-10-02am 3e2ec157: am 4ca176f0: am c43070ce: am 1e846c00: Disable ↵Ajay Dudani
AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS * commit '3e2ec1574cae9072d9e1d4fcbe25f385d627e4ea': Disable AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS
2014-10-01Disable AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONSAjay Dudani
Bug: 17687327 Change-Id: If63603b873496499eef60e92a512ece684f65342
2014-10-01am 545d13ed: am e4f71513: am b964476b: am e8d8c97c: Merge "Move ↵Martijn Coenen
nfcee_access.xml." into lmp-dev * commit '545d13edf9a1e44cc934fd67222d5332bd5371ca': Move nfcee_access.xml.
2014-10-01am c3b176c3: am 9ceab966: am e67854de: am 79d3af0b: Merge "Change to add ↵Amit Mahajan
spn-conf.xml to shamu." into lmp-dev * commit 'c3b176c39359a42f18708abd8bcc1e7be9aff9dd': Change to add spn-conf.xml to shamu.
2014-10-01Merge "Move nfcee_access.xml." into lmp-devMartijn Coenen
2014-10-01am 059b52e0: am 85f53309: am 74619a7f: am 2949e1bb: Merge "Add Ethernet ↵Robert Greenwalt
feature to shamu" into lmp-dev * commit '059b52e083a92b6a9ba38be6354aa4c12d998efa': Add Ethernet feature to shamu
2014-09-30Change to add spn-conf.xml to shamu.Amit Mahajan
Bug: 17701706 Change-Id: I12aa3950f3e3636d573d2d1ff1bc1bab6f3a6abd