diff options
| author | razorloves <razorloves@gmail.com> | 2019-02-06 07:13:19 -0600 |
|---|---|---|
| committer | razorloves <razorloves@gmail.com> | 2019-02-06 07:13:19 -0600 |
| commit | fe3ff23450f1f87978c3c449ff09c38bb4e35376 (patch) | |
| tree | 451a4cc5ab312bbb20d16599edcde50e677cdf2b | |
| parent | 8e018534a79fcba74da4debe331c1a2adf422d39 (diff) | |
| parent | 5dcfc7871c2120725fdcf86fdb52a85f1980f434 (diff) | |
Merge aosp tag 'android-9.0.0_r33' into lineage-16.0
February 2019 PQ2A.190205.003
c7e536e DO NOT MERGE - Add vendor.qti.* libraries
716d494 [DO NOT MERGE]Allow stats_companion to register thermal throttling event listener.
2744eea OWNERS: Add nnk and remove dcashman
2753987 Changing SUPL_ES=1 for SUPL end point control
| -rw-r--r-- | self-extractors/extract-lists.txt | 2 | ||||
| -rw-r--r-- | self-extractors/qcom/staging/device-partial.mk | 2 | ||||
| -rw-r--r-- | self-extractors_sailfish/extract-lists.txt | 2 | ||||
| -rw-r--r-- | self-extractors_sailfish/qcom/staging/device-partial.mk | 2 | ||||
| -rw-r--r-- | sepolicy/OWNERS | 2 | ||||
| -rw-r--r-- | sepolicy/private/system_server.te | 1 | ||||
| -rw-r--r-- | sepolicy/public/thermalserviced.te | 1 |
7 files changed, 11 insertions, 1 deletions
diff --git a/self-extractors/extract-lists.txt b/self-extractors/extract-lists.txt index fc164dc5..11c91abd 100644 --- a/self-extractors/extract-lists.txt +++ b/self-extractors/extract-lists.txt @@ -20,5 +20,7 @@ system/lib/libminui.so \ system/xbin/iperf3 \ system/xbin/sanitizer-status \ + system/lib64/vendor.qti.atcmdfwd@1.0.so \ + system/lib64/vendor.qti.qcril.am@1.0.so \ " ;; diff --git a/self-extractors/qcom/staging/device-partial.mk b/self-extractors/qcom/staging/device-partial.mk index 9d14348a..0d546641 100644 --- a/self-extractors/qcom/staging/device-partial.mk +++ b/self-extractors/qcom/staging/device-partial.mk @@ -34,4 +34,6 @@ PRODUCT_COPY_FILES := \ vendor/qcom/marlin/proprietary/libminui.so:system/lib/libminui.so:qcom \ vendor/qcom/marlin/proprietary/iperf3:system/xbin/iperf3:qcom \ vendor/qcom/marlin/proprietary/sanitizer-status:system/xbin/sanitizer-status:qcom \ + vendor/qcom/marlin/proprietary/lib64/vendor.qti.atcmdfwd@1.0.so:system/lib64/vendor.qti.atcmdfwd@1.0.so:qcom \ + vendor/qcom/marlin/proprietary/lib64/vendor.qti.qcril.am@1.0.so:system/lib64/vendor.qti.qcril.am@1.0.so:qcom \ diff --git a/self-extractors_sailfish/extract-lists.txt b/self-extractors_sailfish/extract-lists.txt index fc164dc5..11c91abd 100644 --- a/self-extractors_sailfish/extract-lists.txt +++ b/self-extractors_sailfish/extract-lists.txt @@ -20,5 +20,7 @@ system/lib/libminui.so \ system/xbin/iperf3 \ system/xbin/sanitizer-status \ + system/lib64/vendor.qti.atcmdfwd@1.0.so \ + system/lib64/vendor.qti.qcril.am@1.0.so \ " ;; diff --git a/self-extractors_sailfish/qcom/staging/device-partial.mk b/self-extractors_sailfish/qcom/staging/device-partial.mk index 98b6a72d..19e9f6af 100644 --- a/self-extractors_sailfish/qcom/staging/device-partial.mk +++ b/self-extractors_sailfish/qcom/staging/device-partial.mk @@ -34,4 +34,6 @@ PRODUCT_COPY_FILES := \ vendor/qcom/sailfish/proprietary/libminui.so:system/lib/libminui.so:qcom \ vendor/qcom/sailfish/proprietary/iperf3:system/xbin/iperf3:qcom \ vendor/qcom/sailfish/proprietary/sanitizer-status:system/xbin/sanitizer-status:qcom \ + vendor/qcom/sailfish/proprietary/lib64/vendor.qti.atcmdfwd@1.0.so:system/lib64/vendor.qti.atcmdfwd@1.0.so:qcom \ + vendor/qcom/sailfish/proprietary/lib64/vendor.qti.qcril.am@1.0.so:system/lib64/vendor.qti.qcril.am@1.0.so:qcom \ diff --git a/sepolicy/OWNERS b/sepolicy/OWNERS index 9d3f1b17..e6fbbd47 100644 --- a/sepolicy/OWNERS +++ b/sepolicy/OWNERS @@ -1,9 +1,9 @@ alanstokes@google.com bowgotsai@google.com -dcashman@google.com jbires@google.com jeffv@google.com jgalenson@google.com +nnk@google.com sspatil@google.com tomcherry@google.com trong@google.com diff --git a/sepolicy/private/system_server.te b/sepolicy/private/system_server.te new file mode 100644 index 00000000..581723eb --- /dev/null +++ b/sepolicy/private/system_server.te @@ -0,0 +1 @@ +allow system_server thermal_service:service_manager find; diff --git a/sepolicy/public/thermalserviced.te b/sepolicy/public/thermalserviced.te new file mode 100644 index 00000000..aa6a0857 --- /dev/null +++ b/sepolicy/public/thermalserviced.te @@ -0,0 +1 @@ +binder_call(thermalserviced, system_server) |
