aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-27Reformat Android.bp fileandroid-wear-p-preview-2android-p-preview-5android-p-preview-4android-p-preview-3android-p-preview-2android-p-preview-1android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7o-mr1-iot-preview-8o-mr1-iot-preview-7Logan Chien
This commit replaces `=` with `:`, which is more idiomatic. Test: aosp_sailfish-userdebug builds Change-Id: Iafd87cb0a4b98083531a7fa3155ec23f7ca5360d
2018-01-03Ignore -Wformat warningandroid-wear-8.0.0_r1Yi Kong
Clang 6.0.1 update introduced a number of new warnings, failing werror build. Ignore the -Wformat warning for external/libese. Test: m checkbuild Change-Id: Ie82a0cc86a49682c9189d0af8b86008d88a32f54
2017-12-14Fix compiler warning.Chih-Hung Hsieh
Test: build aosp_taimen-userdebug with SANITIZE_TARGET=address Change-Id: If0a9e083e45d86c132f34b14df52994cdd8b4438
2017-12-06DO NOT MERGE: Merge Oreo MR1 into masterXin Li
Exempt-From-Owner-Approval: Changes already landed internally Change-Id: I143cfb6a0bf67660e9c875bc3231911812beeec8
2017-11-02Merge commit '6e6df26ed3086f6e208abfcd2bba5242f67ac78a' fromXin Li
oc-mr1-dev-plus-aosp into stage-aosp-master. Change-Id: I0b96594cecf686a414b98abf6e958fa8783a6485
2017-10-31Use -Werror in external/libese/esed/testsChih-Hung Hsieh
am: ef2187d212 Change-Id: Ie9951ad7faac4677e4c032dfadd410218ff5c455
2017-10-25Use -Werror in external/libese/esed/testsandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6Chih-Hung Hsieh
Bug: 66996870 Test: build with WITH_TIDY=1 Merged-In: If00e379f9803713ae7674ce487f0076bf7462eee Change-Id: Ic679f2524c33970684fda65d7604cc7b8a23e28f
2017-10-17Use target.linux for all linux kernel based targets am: 8fb8549537 am: ↵Dan Willemsen
7caa0ee088 am: 0f58176ef2 Change-Id: I8d23dc9e3e787d44d7aef00ce5d219ddd5c10caa
2017-10-17Use target.linux for all linux kernel based targets am: 8fb8549537Dan Willemsen
am: 7caa0ee088 Change-Id: I177a3070d915cfcfbd78b0fe6829a16f82597e90
2017-10-17Use target.linux for all linux kernel based targetsDan Willemsen
am: 8fb8549537 Change-Id: Ieae9c387493f60ea8ad5086efddbdeb0e4378988
2017-10-16Use target.linux for all linux kernel based targetsDan Willemsen
Now in Android.bp files, target.linux applies to all targets running a linux kernel (android, linux_glibc, linux_bionic). So common flags/sources/etc can be combined instead of copying them to each target. Test: m Change-Id: If280d450e9765f6876ac22caa8b26e8589ab0137
2017-10-11Clear unused variable warning: am: ef3988747a am: 02452ff3e4David Benjamin
am: 48bdb0c631 Change-Id: I35a388b2f66f6b5ff70549b7a8ca742ae6a3aad0
2017-10-11Clear unused variable warning: am: ef3988747aDavid Benjamin
am: 02452ff3e4 Change-Id: I30ddb05a8f1a23a865ddd88dc01b3973dca297ae
2017-10-11Clear unused variable warning:David Benjamin
am: ef3988747a Change-Id: I1ad996288214151c0f66ad140dab4b16542c1e1c
2017-10-10Clear unused variable warning:David Benjamin
external/libese/tools/ese_relay/ese_relay.c:73:7: warning: unused variable 'client_fd' [-Wunused-variable] int client_fd = -1; ^ 1 warning generated. Test: make checkbuild Change-Id: Ib40c519bce093c522e7ab648a70a8a9b86d39af2
2017-10-03Merge "Do not use -Werror yet." am: ed8aa2854c am: 9ce9433d7cChih-hung Hsieh
am: b62a6b045a Change-Id: I1e5ad3554a7db8fcc14cbde3c6fa3ab9d6f10949
2017-10-03Merge "Do not use -Werror yet." am: ed8aa2854cChih-hung Hsieh
am: 9ce9433d7c Change-Id: Id4cb740640e53a3fd95c2b01b6ac9418348248fe
2017-10-03Merge "Do not use -Werror yet."Chih-hung Hsieh
am: ed8aa2854c Change-Id: I222bec92fe5311418d1830c554d0cdb1b58a0069
2017-10-03Merge "Do not use -Werror yet."Chih-hung Hsieh
2017-10-03Do not use -Werror yet.Chih-Hung Hsieh
* This module has some warnings in asan-userdebug builds. Exempt-From-Owner-Approval: need to fix broken builds fast. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I05df7d234158af5d529fa6ac2963c423b2894068
2017-10-03Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] am: ↵Dan Willemsen
4896ef4839 am: 56f9323c4e am: 661f351c40 Change-Id: I7902eee02664fd0c9cd8f3a4bbb0f0b344938d31
2017-10-03Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] am: 4896ef4839Dan Willemsen
am: 56f9323c4e Change-Id: I3b168f60d679aeb5204ed21831b49763ab942ea6
2017-10-03Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]Dan Willemsen
am: 4896ef4839 Change-Id: Idc4776c9c88509c4df8793fce801b3323e11e4c4
2017-10-02Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]Dan Willemsen
In the future, target.linux will apply to all targets running a linux kernel (android, linux_glibc, linux_bionic). So move all current users to the specific linux_glibc. There will be another cleanup pass later that will move some instances back to target.linux if the properties should be shared with target.android and target.linux_bionic, but target.linux needs to be removed first. Test: out/soong/build.ninja identical before/after Change-Id: Ib24194091b8075fea91b8937a8a366dbb9e4eb9d Exempt-From-Owner-Approval: build system cleanup
2017-09-29Use -Werror in external/libese am: c5b766a726 am: 39c8ee88d0Chih-Hung Hsieh
am: fc5a171ee7 Change-Id: Ibf4f548481fa189bdec62e5629322e9d9083f278
2017-09-29Remove default libraries am: 5577f8a5b2 am: 7bbed5c020Dan Willemsen
am: 1d16a81011 Change-Id: Ic8fb015382885fc109a809667b852a6718250ffc
2017-09-29Use -Werror in external/libese am: c5b766a726Chih-Hung Hsieh
am: 39c8ee88d0 Change-Id: I2fc21626aff6492ae2c3dc068ce9e30d776b6dc4
2017-09-29Use -Werror in external/libeseChih-Hung Hsieh
am: c5b766a726 Change-Id: Ib15f084f809f69bcff20574e43ce4f71f2f34a2d
2017-09-29Use -Werror in external/libeseChih-Hung Hsieh
* Keep unused-variable warnings. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ib8297934b63b44d4bb0a7fca31e104ff5666fec2
2017-09-29Remove default libraries am: 5577f8a5b2Dan Willemsen
am: 7bbed5c020 Change-Id: I905de6a22514fd895ab7a7b7cf737bd7d27a46e7
2017-09-29Remove default librariesDan Willemsen
am: 5577f8a5b2 Change-Id: Ia1f64a202556a39dc8c8b5eb427c854aefb8212d
2017-09-28Remove default librariesDan Willemsen
libdl is part of system_shared_libs now. -ldl -lpthread -lm are now defaults for host_ldlibs on Linux and Darwin. -lrt is a default for host_ldlibs on Linux. Test: m host Test: mmma external/libese Change-Id: I421b9eed3d9f913b0dd11d8a81fadaf7fe7734ec Exempt-From-Owner-Approval: build system cleanup
2017-08-11esed.rc: disable hardware version filtering in esed. am: c13093ac92Will Drewry
am: 14e61132ef Change-Id: Icb552ec785cdca1a0aaac6743c7b3b2f710ef241
2017-08-11esed.rc: disable hardware version filtering in esed. am: c13093ac92Will Drewry
am: 34e4cfdac0 Change-Id: I726c03792d44c46204fecffd7803bc54c565a7a7
2017-08-11esed.rc: disable hardware version filtering in esed.oreo-mr1-devWill Drewry
am: c13093ac92 Change-Id: If0a278451f8249e71358fb79c241bcc5c5ddf237
2017-08-11esed.rc: disable hardware version filtering in esed.Will Drewry
am: c13093ac92 Change-Id: I13c9d770c8fc73f0d0389776c38f14fb5f5c6ba0
2017-08-11esed.rc: disable hardware version filtering in esed.oreo-dr1-devWill Drewry
The auto flag was meant to limit use of the provisioning tool to appropriate hardware. All inappropriate hardware has been retired. Test: works normally Bug: 64605420 Change-Id: I717fdb9863049f13e4ee6fef2acbcf0afda49358
2017-08-10Merge "Add 25ms guard time after sending END_OF_APDU_SESSION" am: 328f34a989 ↵Jizhou Liao
am: 69d613eee9 am: f97b0ec050 am: 5d1a45c272 Change-Id: I7ca8059608c8c04308a6d2c8c341d843726385f3
2017-08-10Merge "Add 25ms guard time after sending END_OF_APDU_SESSION" am: 328f34a989 ↵Jizhou Liao
am: 69d613eee9 am: f97b0ec050 Change-Id: I568271350d3c32ce2563923c9dbcb263be2495e8
2017-08-10Merge "Add 25ms guard time after sending END_OF_APDU_SESSION" am: 328f34a989Jizhou Liao
am: 69d613eee9 Change-Id: I150d81ff78d1b09ecb0b795cfc1d2fbf1b7df194
2017-08-10Merge "Add 25ms guard time after sending END_OF_APDU_SESSION"android-o-mr1-preview-2android-o-mr1-preview-1Jizhou Liao
am: 328f34a989 Change-Id: Ic1b5eb4482355525400b736b95b1024c16289798
2017-08-10Merge "Add 25ms guard time after sending END_OF_APDU_SESSION"android-o-iot-preview-5o-iot-preview-5Treehugger Robot
2017-08-10Add 25ms guard time after sending END_OF_APDU_SESSIONJizhou Liao
Re-open eSE session or close eSE asks a delay to allow eSE enters DPD mode. Test: Compile Change-Id: Id21e5f1fa65249959c9c3e7dcae74bf51f71e4fc
2017-08-08Suppress non-critical warnings in external/libese. am: 9d157d79da am: ↵Chih-Hung Hsieh
1136b0cc3a am: 79ef52dc47 am: c4fc27abe9 Change-Id: I89b44cc0c9d8e1a94c1e20a4b529ce3d85a95303
2017-08-08Suppress non-critical warnings in external/libese. am: 9d157d79da am: 1136b0cc3aChih-Hung Hsieh
am: 79ef52dc47 Change-Id: I978324c9328226c10a9fdfbca81b2276fea7d625
2017-08-08Suppress non-critical warnings in external/libese. am: 9d157d79daChih-Hung Hsieh
am: 1136b0cc3a Change-Id: Iace295ef2ce8e814b5e4c929ab49f0abf0867343
2017-08-08Suppress non-critical warnings in external/libese.Chih-Hung Hsieh
am: 9d157d79da Change-Id: I9088061b0eacaa67773f0a89637cdfab7e61b856
2017-08-08Suppress non-critical warnings in external/libese.Chih-Hung Hsieh
* We should enable those warnings after fixing the upstream source code. Test: build with WITH_TIDY=1 Change-Id: I0a80f0870c63a69d7fb66f17e01c1545da4758de
2017-07-28libese-teq1: global resync maximum am: ee7f6a6b4a -s oursWill Drewry
am: 0e765936b9 -s ours Change-Id: I275b9157858c0925225c2927965364ae8b57732a
2017-07-28libese-teq1: global resync maximumWill Drewry
am: ee7f6a6b4a -s ours Change-Id: I9fc663d87665b9432d65ba587f382403089c4cec