summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-13tpm: Update libchrome APIS to r456626.HEADandroid-wear-p-preview-2android-wear-8.0.0_r1android-p-preview-3android-p-preview-2android-p-preview-1android-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r40.1Jandroid-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r39android-o-mr1-iot-release-smart-display-r30android-o-mr1-iot-release-smart-display-r3android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsandroid-o-mr1-iot-release-cube_r2android-o-mr1-iot-release-cube-fsiandroid-o-mr1-iot-release-cube-fcsandroid-o-mr1-iot-release-1.0.8android-o-mr1-iot-release-1.0.7android-o-mr1-iot-release-1.0.5android-o-mr1-iot-release-1.0.4android-o-mr1-iot-release-1.0.3android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.14android-o-mr1-iot-release-1.0.13android-o-mr1-iot-release-1.0.12android-o-mr1-iot-release-1.0.10android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7android-n-iot-release-smart-display-r2android-n-iot-release-smart-displayandroid-n-iot-release-polk-at1android-n-iot-release-lg-thinq-wk7android-n-iot-release-ihome-igv1oreo-mr1-iot-releaseoreo-mr1-1.2-iot-releaseo-mr1-iot-preview-8o-mr1-iot-preview-7nougat-iot-releasemastermainHidehiko Abe
The new libchrome has been ported from Chromium and some APIs have changed. Make necessary changes at call sites. Notable changes from libchrome: - FOR_EACH_OBSERVER macro removed (replaced by use of C++ 11 range-base for loop) - base::Values no more FundamentalValue - stl_util moved to base namespace - some scoped pointers removed in crypto/ in favor of BoringSSL UniquePtr. Test: Build. Change-Id: If7dba13b7b80da586d623b156cd236485c7e6404 Merged-In: I429e98e8ac2ba03113aa6df8cd521c7fe47cff65
2017-12-05convert Android.mk to Android.bp for trunksNan Zhang
am: a437be8e97 Change-Id: I1534d271a69fba33a66eb4104359fa9a2dac2cd5
2017-12-04convert Android.mk to Android.bp for trunksNan Zhang
Convert most modules to Soong except trunksd-seccomp.policy. Even if we comment out trunksd-seccomp.policy module, build still can be passed successfully. Test: m clean && m -j checkbuild Change-Id: I461f7e0aaa57187317d45f723a861083b0c57509
2017-07-26Revert "tpm: Update libchrome APIS to r456626." am: 56b27e3b6e am: ↵Luis Hector Chavez
06e295b581 am: 725dfa3a53 am: b369a67d4e Change-Id: Iaa2f3abe74f7540c6c913e22ed694a62411ec007
2017-07-26Revert "tpm: Update libchrome APIS to r456626." am: 56b27e3b6e am: 06e295b581android-o-mr1-iot-preview-6o-mr1-iot-preview-6Luis Hector Chavez
am: 725dfa3a53 Change-Id: Ie1aa2edef81a11b1a7b4a9864eefe417549a7300
2017-07-26Revert "tpm: Update libchrome APIS to r456626." am: 56b27e3b6eLuis Hector Chavez
am: 06e295b581 Change-Id: Ib3ab4b9dce53fef5599cef9a985907fd7c359ae1
2017-07-26Revert "tpm: Update libchrome APIS to r456626."android-o-mr1-preview-2android-o-mr1-preview-1Luis Hector Chavez
am: 56b27e3b6e Change-Id: I0af19fca0ef3428050644dd3935f22fb7efb2799
2017-07-26Revert "tpm: Update libchrome APIS to r456626."android-o-iot-preview-5o-iot-preview-5Luis Hector Chavez
This reverts commit 3e1217d9b8b9d0bd549f202e5f1a528374872b40. Reason for revert: Broke the mac_sdk Exempt-From-Owner-Approval: Fixing mac_sdk Change-Id: I5520c61bea97a6f5e0d8f69dd5a67be60f842b0c
2017-07-26tpm: Update libchrome APIS to r456626. am: 3e1217d9b8 am: c38f18396d am: ↵Jay Civelli
f0db9e9d99 am: c348c9efda Change-Id: I28fe188099087df0f3d1a64933bb4a635868525a
2017-07-26tpm: Update libchrome APIS to r456626. am: 3e1217d9b8 am: c38f18396dJay Civelli
am: f0db9e9d99 Change-Id: Ic4d95043d1deb10601e59d9d9dd76036d5171938
2017-07-26tpm: Update libchrome APIS to r456626. am: 3e1217d9b8Jay Civelli
am: c38f18396d Change-Id: Idf2417d135046668e1405ef75945c1e2acc8b75d
2017-07-26tpm: Update libchrome APIS to r456626.Jay Civelli
am: 3e1217d9b8 Change-Id: I769e7e947930eb118c03d5032b047e935be9a417
2017-05-17tpm: Update libchrome APIS to r456626.Jay Civelli
The new libchrome has been ported from Chromium and some APIs have changed. Make necessary changes at call sites. Notable changes from libchrome: - FOR_EACH_OBSERVER macro removed (replaced by use of C++ 11 range-base for loop) - base::Values no more FundamentalValue - stl_util moved to base namespace - some scoped pointers removed in crypto/ in favor of BoringSSL UniquePtr. Change-Id: Id1180f97d8b726abc056ff9f12d32ed23fd874df
2017-02-24Add apronin as an owner and new tpm_manager/OWNERS. am: 47b371cec7 am: ↵android-wear-8.1.0_r1android-vts-8.1_r9android-vts-8.1_r8android-vts-8.1_r7android-vts-8.1_r6android-vts-8.1_r5android-vts-8.1_r4android-vts-8.1_r3android-vts-8.1_r14android-vts-8.1_r13android-vts-8.1_r12android-vts-8.1_r11android-vts-8.1_r10android-vts-8.0_r9android-vts-8.0_r8android-vts-8.0_r7android-vts-8.0_r6android-vts-8.0_r2android-vts-8.0_r13android-vts-8.0_r12android-vts-8.0_r11android-vts-8.0_r10android-vts-8.0_r1android-security-8.1.0_r93android-security-8.1.0_r92android-security-8.1.0_r91android-security-8.1.0_r90android-security-8.1.0_r89android-security-8.1.0_r88android-security-8.1.0_r87android-security-8.1.0_r86android-security-8.1.0_r85android-security-8.1.0_r84android-security-8.1.0_r83android-security-8.1.0_r82android-security-8.0.0_r54android-security-8.0.0_r53android-security-8.0.0_r52android-cts-8.1_r9android-cts-8.1_r8android-cts-8.1_r7android-cts-8.1_r6android-cts-8.1_r5android-cts-8.1_r4android-cts-8.1_r3android-cts-8.1_r25android-cts-8.1_r24android-cts-8.1_r23android-cts-8.1_r22android-cts-8.1_r21android-cts-8.1_r20android-cts-8.1_r2android-cts-8.1_r19android-cts-8.1_r18android-cts-8.1_r17android-cts-8.1_r16android-cts-8.1_r15android-cts-8.1_r14android-cts-8.1_r13android-cts-8.1_r12android-cts-8.1_r11android-cts-8.1_r10android-cts-8.1_r1android-cts-8.0_r9android-cts-8.0_r8android-cts-8.0_r7android-cts-8.0_r6android-cts-8.0_r5android-cts-8.0_r4android-cts-8.0_r3android-cts-8.0_r26android-cts-8.0_r25android-cts-8.0_r24android-cts-8.0_r23android-cts-8.0_r22android-cts-8.0_r21android-cts-8.0_r20android-cts-8.0_r2android-cts-8.0_r19android-cts-8.0_r18android-cts-8.0_r17android-cts-8.0_r16android-cts-8.0_r15android-cts-8.0_r14android-cts-8.0_r13android-cts-8.0_r12android-cts-8.0_r11android-cts-8.0_r10android-cts-8.0_r1android-8.1.0_r9android-8.1.0_r81android-8.1.0_r80android-8.1.0_r8android-8.1.0_r79android-8.1.0_r78android-8.1.0_r77android-8.1.0_r76android-8.1.0_r75android-8.1.0_r74android-8.1.0_r73android-8.1.0_r72android-8.1.0_r71android-8.1.0_r70android-8.1.0_r7android-8.1.0_r69android-8.1.0_r68android-8.1.0_r67android-8.1.0_r66android-8.1.0_r65android-8.1.0_r64android-8.1.0_r63android-8.1.0_r62android-8.1.0_r61android-8.1.0_r60android-8.1.0_r6android-8.1.0_r53android-8.1.0_r52android-8.1.0_r51android-8.1.0_r50android-8.1.0_r5android-8.1.0_r48android-8.1.0_r47android-8.1.0_r46android-8.1.0_r45android-8.1.0_r43android-8.1.0_r42android-8.1.0_r41android-8.1.0_r40android-8.1.0_r4android-8.1.0_r39android-8.1.0_r38android-8.1.0_r37android-8.1.0_r36android-8.1.0_r35android-8.1.0_r33android-8.1.0_r32android-8.1.0_r31android-8.1.0_r30android-8.1.0_r3android-8.1.0_r29android-8.1.0_r28android-8.1.0_r27android-8.1.0_r26android-8.1.0_r25android-8.1.0_r23android-8.1.0_r22android-8.1.0_r21android-8.1.0_r20android-8.1.0_r2android-8.1.0_r19android-8.1.0_r18android-8.1.0_r17android-8.1.0_r16android-8.1.0_r15android-8.1.0_r14android-8.1.0_r13android-8.1.0_r12android-8.1.0_r11android-8.1.0_r10android-8.1.0_r1android-8.0.0_r9android-8.0.0_r7android-8.0.0_r51android-8.0.0_r50android-8.0.0_r49android-8.0.0_r48android-8.0.0_r47android-8.0.0_r46android-8.0.0_r45android-8.0.0_r44android-8.0.0_r43android-8.0.0_r42android-8.0.0_r41android-8.0.0_r40android-8.0.0_r4android-8.0.0_r39android-8.0.0_r38android-8.0.0_r37android-8.0.0_r36android-8.0.0_r35android-8.0.0_r34android-8.0.0_r33android-8.0.0_r32android-8.0.0_r31android-8.0.0_r30android-8.0.0_r3android-8.0.0_r29android-8.0.0_r28android-8.0.0_r27android-8.0.0_r26android-8.0.0_r25android-8.0.0_r24android-8.0.0_r23android-8.0.0_r22android-8.0.0_r21android-8.0.0_r2android-8.0.0_r17android-8.0.0_r16android-8.0.0_r15android-8.0.0_r13android-8.0.0_r12android-8.0.0_r11android-8.0.0_r10android-8.0.0_r1security-oc-releasesecurity-oc-mr1-releaseoreo-vts-releaseoreo-security-releaseoreo-releaseoreo-r6-releaseoreo-r5-releaseoreo-r4-releaseoreo-r3-releaseoreo-r2-releaseoreo-mr1-wear-releaseoreo-mr1-vts-releaseoreo-mr1-security-releaseoreo-mr1-s1-releaseoreo-mr1-releaseoreo-mr1-devoreo-mr1-cuttlefish-testingoreo-mr1-cts-releaseoreo-m8-releaseoreo-m7-releaseoreo-m6-s4-releaseoreo-m6-s3-releaseoreo-m6-s2-releaseoreo-m5-releaseoreo-m4-s9-releaseoreo-m4-s8-releaseoreo-m4-s7-releaseoreo-m4-s6-releaseoreo-m4-s5-releaseoreo-m4-s4-releaseoreo-m4-s3-releaseoreo-m4-s2-releaseoreo-m4-s12-releaseoreo-m4-s11-releaseoreo-m4-s10-releaseoreo-m4-s1-releaseoreo-m3-releaseoreo-m2-s5-releaseoreo-m2-s4-releaseoreo-m2-s3-releaseoreo-m2-s2-releaseoreo-m2-s1-releaseoreo-m2-releaseoreo-dr3-releaseoreo-dr2-releaseoreo-dr1-releaseoreo-dr1-devoreo-devoreo-cts-releaseChih-Hung Hsieh
dd2735f149 am: f0bb695d42 Change-Id: I2c366b1a2d70e18f20ce0d2c938941ef20b5e344
2017-02-24Add apronin as an owner and new tpm_manager/OWNERS. am: 47b371cec7Chih-Hung Hsieh
am: dd2735f149 Change-Id: Ic3c22d36d0cc2d5d2c45cf6aea8bf5cb9bbc2554
2017-02-24Add apronin as an owner and new tpm_manager/OWNERS.android-wear-o-preview-4android-wear-o-preview-3android-o-preview-4android-o-preview-3android-o-preview-2android-n-iot-preview-4n-iot-preview-4Chih-Hung Hsieh
am: 47b371cec7 Change-Id: I2e9f08f98c8cc35cacac0e2453cd287375c40230
2017-02-23Add apronin as an owner and new tpm_manager/OWNERS.android-o-preview-1android-n-mr2-preview-2o-previewChih-Hung Hsieh
Bug: 33166666 Test: default build targets Change-Id: I8194af19237987d201e227736dd02a98dc9444f1
2017-02-23Use registered users in system/tpm OWNERS files. am: 3d20181eae am: 48eb03713cChih-Hung Hsieh
am: 73410375bc Change-Id: Ifc4a5ab5b86b8cec17d1d77e67968d422e463cab
2017-02-23Use registered users in system/tpm OWNERS files. am: 3d20181eaeChih-Hung Hsieh
am: 48eb03713c Change-Id: I4ef52f796d2e43ab5dfb3281cd9a9540125a75bb
2017-02-23Use registered users in system/tpm OWNERS files.Chih-Hung Hsieh
am: 3d20181eae Change-Id: I1cde247884aaedeb5cfa719d17bc0cb5e335b1bb
2017-02-23Use registered users in system/tpm OWNERS files.Chih-Hung Hsieh
AOSP project owners should be registered in Gerrit Code Review. Bug: 33166666 Test: default build targets Change-Id: Ibbba881e363d3abe085d84344592e797735e2b2a
2016-07-31Fix clang-tidy performance warnings in system/tpm. am: 9c6f6b2932 am: ↵Chih-Hung Hsieh
7eb694b2d0 am: 44e6467d30 am: 3da3faf4ad Change-Id: Ic4e443ea84c0b382763d92358b7ea50711dea70f
2016-07-31Fix clang-tidy performance warnings in system/tpm. am: 9c6f6b2932 am: 7eb694b2d0android-n-mr2-preview-1Chih-Hung Hsieh
am: 44e6467d30 Change-Id: I4ea107986cf1ac714538ce7ce9b5b658f5e0cbf0
2016-07-31Fix clang-tidy performance warnings in system/tpm. am: 9c6f6b2932Chih-Hung Hsieh
am: 7eb694b2d0 Change-Id: I7d7e1e2dff7056989baf264f097f3185e1d91741
2016-07-31Fix clang-tidy performance warnings in system/tpm.android-n-mr1-preview-2android-n-mr1-preview-1Chih-Hung Hsieh
am: 9c6f6b2932 Change-Id: I4c9ee90efa1e6fd116ea496b453a46544cfc6b7c
2016-07-28Fix clang-tidy performance warnings in system/tpm.Chih-Hung Hsieh
* Use const reference type for parameters to avoid unnecessary copy. Bug: 30407689 Change-Id: I6e6fbcf806eb6ebd4b984afc1d962fc3c1d69b00 Test: build with WITH_TIDY=1
2016-07-27tpm_manager/trunks: Update libchrome APIs to r405848 am: 39e701593e am: ↵Luis Hector Chavez
d5e311423c am: f2ca567778 am: 735cc9df49 Change-Id: Ic1f46955f38ebdd3cbb9765d9d23414443acb903
2016-07-27tpm_manager/trunks: Update libchrome APIs to r405848 am: 39e701593e am: ↵Luis Hector Chavez
d5e311423c am: f2ca567778 Change-Id: I1e8b4a7e11cf8971f1dac3449f5646f6c44be99f
2016-07-27tpm_manager/trunks: Update libchrome APIs to r405848 am: 39e701593eLuis Hector Chavez
am: d5e311423c Change-Id: Iae06c20630942760e6ca6846d4a96557b94722b4
2016-07-27tpm_manager/trunks: Update libchrome APIs to r405848Luis Hector Chavez
am: 39e701593e Change-Id: I71bca41677e221dc89f9b09d78a93c7a5c147704
2016-07-19tpm_manager/trunks: Update libchrome APIs to r405848Luis Hector Chavez
The new libchrome has been ported from Chromium and some APIs have changed. Make necessary changes at call sites. Notable changes from libchrome: - base::Bind() now explicitly disallows captures in lambdas (which was never allowed in the style guide), so lambdas should now be written in a way that take the captures as parameters. - base::ListValue::iterator now exposes std::unique_ptr<base::Value> instead of raw base::Value*. - base::WaitableEvent now takes enumeration constants instead of booleans. Bug: 29104761 Test: All tests in tpm_manager_test pass on dragonboard-eng build Change-Id: Ifdc236f59bb7ec7ae3b3d094e822d0efa8331dfa
2016-07-13Fix google-explicit-constructor warnings in system/tpm. am: 37d87ae585 am: ↵Chih-Hung Hsieh
ce78b10a63 am: 2381084268 am: 2983efd14d Change-Id: I73399e1c338064d68f80fc6f951a2977a3fd8c6e
2016-07-13Fix google-explicit-constructor warnings in system/tpm. am: 37d87ae585 am: ↵Chih-Hung Hsieh
ce78b10a63 am: 2381084268 Change-Id: Ibe6bf6b71178567e9dcd3c36d0d61b5c3453edca
2016-07-13Fix google-explicit-constructor warnings in system/tpm. am: 37d87ae585Chih-Hung Hsieh
am: ce78b10a63 Change-Id: Icfc76b8aabf36aa6c93b5cc508c9557a56b0ceda
2016-07-13Fix google-explicit-constructor warnings in system/tpm.Chih-Hung Hsieh
am: 37d87ae585 Change-Id: I54eec6746413b0a97c49c4644e8c4c2452e48cbc
2016-07-12Fix google-explicit-constructor warnings in system/tpm.android-wear-n-preview-2android-wear-7.1.1_r1android-n-preview-5android-n-iot-preview-2nougat-mr1-wear-releasen-iot-preview-2Chih-Hung Hsieh
* Declare explicit conversion constructors. Bug: 28341362 Change-Id: If68be8b0d92fdaea99e54388fbe0104213926480 Test: build with clang-tidy
2016-06-14trunks: Refactored TpmState. am: ce32afbb30 am: df3a5b9734 am: 3d3af5530fDarren Krahn
am: 07830337c6 Change-Id: I41626e1556de4458a7f28a1acbc28d9653fa19f9
2016-06-14trunks: Refactored TpmState. am: ce32afbb30 am: df3a5b9734Darren Krahn
am: 3d3af5530f Change-Id: I8ac298a2fc2c080a3105ff2f480768ddf92fa895
2016-06-14trunks: Refactored TpmState. am: ce32afbb30Darren Krahn
am: df3a5b9734 Change-Id: Ie784ab5fdc1f12aa5f664c10974bcc83e8303ab3
2016-06-14trunks: Refactored TpmState.Darren Krahn
am: ce32afbb30 Change-Id: Iaef61ac5d08d6245e241af87d66591efe164c278
2016-06-14trunks: Refactored TpmState.Darren Krahn
Also fixed seccomp rules and unit tests. BUG=23525508 TEST=Run unit and manual tests on brillo emulator. Change-Id: I2b8a0993d03e4b23f10b3d218ceb8d7d5e603952
2016-06-09tpm_manager: Remove seccomp rules from the build. am: 7c0029f3d8 am: ↵Darren Krahn
6d85d29b5c am: aae3aebe3a am: 2820c71353 Change-Id: I5563a732ce755b8dc9f35e84d0197abe03d7b4da
2016-06-09tpm_manager: Remove seccomp rules from the build. am: 7c0029f3d8 am: 6d85d29b5cDarren Krahn
am: aae3aebe3a Change-Id: I846789a46516c76a44a324c7fa520ed64f824578
2016-06-09tpm_manager: Remove seccomp rules from the build. am: 7c0029f3d8Darren Krahn
am: 6d85d29b5c Change-Id: Ic100eed5f864a7b6302e1145d90d7b19ed180f67
2016-06-09tpm_manager: Remove seccomp rules from the build.Darren Krahn
am: 7c0029f3d8 Change-Id: Ifeaaaba78524b293d81efc0932f1aa2b10897fba
2016-06-09tpm_manager: Remove seccomp rules from the build.android-n-preview-4Darren Krahn
These aren't enabled yet and they broke the build. Change-Id: I3ec458908b4d02a1dd843c3993fafcf78d40d3b5
2016-06-09tpm_manager: Port to brillo and enhance NVRAM interface. am: a94133441d am: ↵Darren Krahn
8c61e7b53a am: d918f55f40 am: 18f34732fd Change-Id: I7c602d670cd787b1a8cf707671a5d8fffcc9078c
2016-06-09tpm_manager: Port to brillo and enhance NVRAM interface. am: a94133441d am: ↵Darren Krahn
8c61e7b53a am: d918f55f40 Change-Id: I0aa34ee0e4c43ecf3d4008f398059d442042a61c
2016-06-09tpm_manager: Port to brillo and enhance NVRAM interface. am: a94133441dDarren Krahn
am: 8c61e7b53a Change-Id: Id5829e4d0951215cc53aa4e158a5feb8213899c5
2016-06-09tpm_manager: Port to brillo and enhance NVRAM interface.Darren Krahn
am: a94133441d Change-Id: I2fd36834e906a344ad4c2efa4e912787a251a6ed