diff options
author | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2022-09-12 01:09:32 +0200 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-18 23:42:17 +0530 |
commit | 42790a44d44dee8d859a67c989018007abdc199e (patch) | |
tree | 9e48249e7b73a91bf552d38bf23ebbd9abe43073 | |
parent | 785148fa9e2f833d92b0625bd8e8ca135771c54b (diff) |
msm8996-common: Raise VINTF target level to 4
Change-Id: I4c4783dc112102f127f3b1d796e206dcac672faf
-rw-r--r-- | manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml index 5f19bd5..4f9e635 100644 --- a/manifest.xml +++ b/manifest.xml @@ -23,7 +23,7 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> -<manifest version="1.0" type="device" target-level="3"> +<manifest version="2.0" type="device" target-level="4"> <hal format="hidl"> <name>android.hardware.audio</name> <transport>hwbinder</transport> |