summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-04Switch from add_lunch_combo to COMMON_LUNCH_CHOICESHEADandroid-wear-p-preview-2android-p-preview-5android-p-preview-4android-p-preview-3android-p-preview-2android-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-8oreo-mr1-iot-releaseoreo-mr1-1.2-iot-releaseo-mr1-iot-preview-8mastermainDan Willemsen
Bug: 77599627 Test: lunch [see entries in list] Change-Id: Ieacc759354189cc3d518f755d4cd29f57ec30362
2018-03-07Specify SDK for DragonKeyboard and CrashReportProvider.android-o-mr1-iot-preview-7o-mr1-iot-preview-7Anton Hansson
Fixes the dragon (?) build. Test: make Bug: 73535841 Change-Id: I758bdedadaff11e6c8441b90bf5ce0247b55c8d6
2018-01-30Correctly label data typesandroid-p-preview-1Jeff Vander Stoep
Data outside /data/vendor must have the core_data_file_type attribute. Test: build (this is a build time test) Bug: 34980020 Change-Id: I7edb172242ad9edca14f2fde6c4fb1f8ee888ae7
2018-01-16Fix build breakageandroid-wear-8.0.0_r1Jeff Vander Stoep
Correctly annotate files to pass build tests. Test: aosp_dragon-userdebug builds Change-Id: Ief72183bc56dc9e63e8928cb800ac8dedd74b310
2017-12-15Crash_collector_app: reduce access to servicesJeff Vander Stoep
Services may exist only in platform private policy which breaks with crash collector app's current setup of blacklisting services. Instead, grant it access to common public services. Bug: 63757906 Test: build policy with aosp/564724 Change-Id: I86dafade292d3a91d958fcfb41a9bedbcecc87e7
2017-12-06DO NOT MERGE: Merge Oreo MR1 into masterXin Li
Exempt-From-Owner-Approval: Changes already landed internally Change-Id: Ibafd36d2a04f37f656c2f94691a05cd2ce5572ff
2017-12-01wifi_supplicant: deprecate entropy.binJeff Vander Stoep
am: 25a3861acf Change-Id: I8d65322c1558259cca0de1182a85ea2428140ec9
2017-11-30wifi_supplicant: deprecate entropy.binJeff Vander Stoep
Wpa_supplicant's random pool is not necessary on Android. Randomness is already provided by the entropymixer service which ensures sufficient entropy is maintained across reboots. Commit b410eb1913 'Initialize /dev/urandom earlier in boot' seeds /dev/urandom with that entropy before either wpa_supplicant or hostapd are run. Bug: 34980020 Test: Use wifi and wifi tethering on Taimen Change-Id: I4f54b6c669b698ab7da1e2b8130bee06c0ea2fa7
2017-11-22Move mkdir /data/nfc/... to rootdir init.rcTom Cherry
am: 698b291176 Change-Id: I652ce22990ab28e24eaa880b8e65ca34a71f11df
2017-11-21Move mkdir /data/nfc/... to rootdir init.rcandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6Tom Cherry
These are directories used by the system so they should be created by the system. Test: treehugger Change-Id: Id7bc798a6cbf3474224a422af079a59a8e70b3ae
2017-11-13Merge commit 'c980a4a3c1d7158ccaa6c53adf6dde0500fd6257' into HEADXin Li
Change-Id: Id89ab2f22dc00a878598caf3ed4ca1bf09b8d991
2017-11-10Move platform/vendor data violations to device policyJeff Vander Stoep
am: 70fa655659 Change-Id: I2e79b2dd68ae0184802cd7a493c1a1dbadbf2f6b
2017-11-09Move platform/vendor data violations to device policyJeff Vander Stoep
Sharing data folders by path will be disallowed because it violates the approved API between platform and vendor components tested by VTS. Move all violating permissions from core selinux policy to device specific policy so that we can exempt existing devices from the ban and enforce it on new devices. Bug: 34980020 Test: build Change-Id: I0e9a7521f989ec76b4bb16dae887f7b39f61d923
2017-11-09Set TARGET_2ND_(CPU|ARCH)_VARIANT properlyIsaac Chen
am: 2199444cd6 Change-Id: I560c47c54d6f2b1026750489211d2bc366a0935c
2017-11-09Set TARGET_2ND_(CPU|ARCH)_VARIANT properlyIsaac Chen
Dragon uses ARM Cortex-A53, so 2nd arch/cpu variant should be: TARGET_2ND_ARCH_VARIANT := armv8-a TARGET_2ND_CPU_VARIANT := cortex-a53 instead of armv7-a-neon/cortex-a7 since 32-bit armv8 support is ready in AOSP. Without this change, vendor bits will encounter build failure since some components still use gcc, which complains armv7-a conflicts cortex-a7 (technically, an armv7ve implementation). Test: lunch aosp_dragon; make -j Change-Id: I7dffa6c4e4b27b9a429a4b2ddc1ac99444dc9cfa
2017-10-25Merge "Remove Foreground Boost CPUSet"Jake Weinstein
am: 4d9672465d Change-Id: I5ff1ab6225bf5f660c4b961809f82b6217c7f76c
2017-10-25Merge "Remove Foreground Boost CPUSet"Treehugger Robot
2017-10-23Remove Foreground Boost CPUSetJake Weinstein
This functionality was removed at https://android.googlesource.com/platform/frameworks/base/+/a712d4058f6f85268838
2017-10-10Merge "Update the path to error_code.h." am: 4aab2f3500 am: 9800e87306Tao Bao
am: b56ea6e595 Change-Id: I6f9c9096e74f62a5275cd1aff56c6480322ea602
2017-10-10Merge "Update the path to error_code.h." am: 4aab2f3500Tao Bao
am: 9800e87306 Change-Id: I1cdaf9f2bf9f68b40fa4d47259ea05ce79378c61
2017-10-10Merge "Update the path to error_code.h."Tao Bao
am: 4aab2f3500 Change-Id: Id63722370ff9382382e40e55ac31b386a1de0c01
2017-10-10Merge "Update the path to error_code.h."Tao Bao
2017-10-09Restrict isolated_app's /sys access am: 29c6d8c1ab am: 551cbe6ab2Nick Kralevich
am: fddf38b15e Change-Id: Ic1b7f4bb7b2931a80c69f5d020f1b9635d44dd22
2017-10-09Restrict isolated_app's /sys access am: 29c6d8c1abNick Kralevich
am: 551cbe6ab2 Change-Id: I46cd4ee77bb43f76e44333cff33cd12fd5b4d508
2017-10-09Restrict isolated_app's /sys accessNick Kralevich
am: 29c6d8c1ab Change-Id: I646e8a5690768ea43d3a2a8657d2436efbfa3040
2017-10-09Restrict isolated_app's /sys accessNick Kralevich
isolated_app is strictly limited on the files in /sys which can be accessed. Test: policy compiles. Change-Id: I9f3c00a98cd8c08a3968d8e565bf56b4670a780f
2017-10-09Update the path to error_code.h.Tao Bao
Now it has been moved into otautil/. Also drop the include path of bootable/recovery, since edify and otautil both export their headers. Test: mmma bootable/recovery Change-Id: I25fc624ada8609f2006c42bb36b2767918bda5c1
2017-10-06recovery: Add dependency on libedify. am: 7c62d00eee am: 603635710dTao Bao
am: d7a6b5c66a Change-Id: I480088e72b2e6cb0528bf32195b5bf4f26efdcbb
2017-10-06recovery: Add dependency on libedify. am: 7c62d00eeeTao Bao
am: 603635710d Change-Id: I673b87057c062d16ecdae7c4101fbb41be8a2ac2
2017-10-06recovery: Add dependency on libedify.Tao Bao
am: 7c62d00eee Change-Id: I4c644c93b7fec35e7088f104ca231f9e4873a3b2
2017-10-05recovery: Add dependency on libedify.Tao Bao
Also #include "error_code.h" in recovery_updater.cpp. Test: mmma bootable/recovery device/google/dragon/recovery Change-Id: If6dbdb8a516c3f583306784c485e0b71199a582e
2017-09-27Fix build. am: 8a0490365d am: 4f24df9831Dan Cashman
am: df3be61e82 Change-Id: I1f6bd1a03f7af34bd50a7512072957134dbb4d3f
2017-09-27Fix build. am: 8a0490365dDan Cashman
am: 4f24df9831 Change-Id: Ibcd78e6971e6e44f4f7eb5d0a8c690e2c8b6fe5d
2017-09-27Fix build.Dan Cashman
am: 8a0490365d Change-Id: I5fad10590790782b28fb78256727bb325ae7d420
2017-09-27Fix build.Dan Cashman
Test: Build dragon policy. Change-Id: Ib45a3cace7d8e51209febc7a672c07539f38ce61
2017-09-25Merge "FRP: disable credential FRP on dragon" into oc-mr1-devAdrian Roos
am: e27ca39f57 Change-Id: I9407b0b3eae282663ef88c15176a8e3206f17824
2017-09-25Merge "FRP: disable credential FRP on dragon" into oc-mr1-devoreo-mr1-devAdrian Roos
2017-09-22FRP: disable credential FRP on dragonAdrian Roos
Dragon's gatekeeper does not preserve the lockscreen credentials across a factory reset, therefore we cannot verify them during the FRP flow. Bug: 65258606 Change-Id: I2644b1c3ce54d36a2dfd4131465356e846df3124 Test: Verify that the FRP flow does not ask for the previous lockscreen credential on dragon
2017-09-20media: update codec performance data (OPM1.170911.002)Lajos Molnar
am: 5ff46adae9 Change-Id: I21c7c2e2956f89ab14bb952af275fe5db541705a
2017-09-19media: update codec performance data (OPM1.170911.002)Lajos Molnar
Performance data based on releases OPR1.170623.019 to OPM1.170911.002. Bug: 64392992 Change-Id: I87c07d1af0f8626a262cb205d0911b1a2cbb5ea1
2017-09-13media: update codec performance data (OPM1.170908.002)Lajos Molnar
am: 02477bd12c Change-Id: I683a106f8c0eeb70aa4fae4a74dfe23eba871e47
2017-09-12media: update codec performance data (OPM1.170908.002)Lajos Molnar
Performance data based on releases OPR1.170623.016/OPR1.170623.018 to OPM1.170908.002. Bug: 64392992 Change-Id: Iadebd3ced53dd09156b58e7b90592e3ad147d0f7
2017-09-07media: update codec performance data (OPM1.170904.001/OPM1.170905.001)Lajos Molnar
am: 0973975089 Change-Id: Id4789a30286d61c2cd4ae28160f12b3be1c55d5d
2017-09-06media: update codec performance data (OPM1.170904.001/OPM1.170905.001)Lajos Molnar
Performance data based on releases OPR1.170623.012/OPR1.170623.014 to OPM1.170904.001/OPM1.170905.001. Bug: 38280830 Change-Id: If69a03c03352bbefdd28d4183d89b0f25e27fc98
2017-08-24dragon: Add a Bluetooth HAL to correctly get a MACMyles Watson
am: db208f184b Change-Id: I950345722cb5f917134cc9a9236c7742e27218f7
2017-08-22dragon: Add a Bluetooth HAL to correctly get a MACMyles Watson
Use the WiFi MAC address to calculate the Bluetooth MAC address assigned by AzureWave, the module manufacturer. Bug: 34979175 Test: wipe and boot, check the device's Bluetooth address Change-Id: I7f3afecd4a631334819dc6f35248b22d8a26cd1c
2017-08-19media: update codec performance data (OPM1.170816.001)Lajos Molnar
am: b59d1639be Change-Id: Ie129785d7ed9aa38195fb2825f2b663a488baacb
2017-08-18media: update codec performance data (OPM1.170816.001)Lajos Molnar
Performance data based on releases OPR1.170208.003 to OPM1.170816.001. Bug: 64392992 Change-Id: I5dbde78c25f3745ba330d80de11ebcce647b10e3
2017-08-07media: update codec performance data (OPM1.170803.002)Lajos Molnar
am: 5b8b2c7a48 Change-Id: I3b120c194b05a7fd3be8aab3d5b4c6499bbbca9b
2017-08-07media: update codec performance data (OPM1.170803.002)Lajos Molnar
Performance data based on releases OPR1.170313.001 to OPM1.170803.002. Bug: 64392992 Change-Id: I4c3f269e0e01f7c6c06d98c71b4940194c918000