commit | c081fa39df5b566a023b3b841f7d21c82b9dbad5 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Jul 19 17:06:00 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 19 17:06:00 2023 +0000 |
tree | 3d8b6b48db1dcaa8d743f027ea662069bca9e621 | |
parent | 7770c158a13509442295a504586a0e6b9c2eb58e [diff] | |
parent | a68b2696e8dbc78553e18a89b663a745190202cb [diff] |
Merge changes I88ee8d2f,Id15ecc7f into main * changes: Let the lazy CAS HAL to override the regular one Unmark executable bits from CAS AIDL HAL impl
diff --git a/cas/aidl/default/Android.bp b/cas/aidl/default/Android.bp old mode 100755 new mode 100644 index 3c16d57..6ce5681 --- a/cas/aidl/default/Android.bp +++ b/cas/aidl/default/Android.bp
@@ -68,6 +68,7 @@ defaults: ["cas_service_example_defaults"], init_rc: ["cas-default-lazy.rc"], cflags: ["-DLAZY_SERVICE"], + overrides: ["android.hardware.cas-service.example"], } cc_fuzz {
diff --git a/cas/aidl/default/CasImpl.cpp b/cas/aidl/default/CasImpl.cpp old mode 100755 new mode 100644
diff --git a/cas/aidl/default/CasImpl.h b/cas/aidl/default/CasImpl.h old mode 100755 new mode 100644
diff --git a/cas/aidl/default/DescramblerImpl.cpp b/cas/aidl/default/DescramblerImpl.cpp old mode 100755 new mode 100644
diff --git a/cas/aidl/default/DescramblerImpl.h b/cas/aidl/default/DescramblerImpl.h old mode 100755 new mode 100644
diff --git a/cas/aidl/default/FactoryLoader.h b/cas/aidl/default/FactoryLoader.h old mode 100755 new mode 100644
diff --git a/cas/aidl/default/MediaCasService.cpp b/cas/aidl/default/MediaCasService.cpp old mode 100755 new mode 100644
diff --git a/cas/aidl/default/MediaCasService.h b/cas/aidl/default/MediaCasService.h old mode 100755 new mode 100644
diff --git a/cas/aidl/default/SharedLibrary.cpp b/cas/aidl/default/SharedLibrary.cpp old mode 100755 new mode 100644
diff --git a/cas/aidl/default/SharedLibrary.h b/cas/aidl/default/SharedLibrary.h old mode 100755 new mode 100644
diff --git a/cas/aidl/default/TypeConvert.cpp b/cas/aidl/default/TypeConvert.cpp old mode 100755 new mode 100644
diff --git a/cas/aidl/default/TypeConvert.h b/cas/aidl/default/TypeConvert.h old mode 100755 new mode 100644
diff --git a/cas/aidl/default/android.hardware.cas-service.xml b/cas/aidl/default/android.hardware.cas-service.xml old mode 100755 new mode 100644
diff --git a/cas/aidl/default/cas-default-lazy.rc b/cas/aidl/default/cas-default-lazy.rc old mode 100755 new mode 100644
diff --git a/cas/aidl/default/cas-default.rc b/cas/aidl/default/cas-default.rc old mode 100755 new mode 100644
diff --git a/cas/aidl/default/fuzzer.cpp b/cas/aidl/default/fuzzer.cpp old mode 100755 new mode 100644
diff --git a/cas/aidl/default/service.cpp b/cas/aidl/default/service.cpp old mode 100755 new mode 100644