diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-16 18:13:04 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-16 18:13:04 +0530 |
commit | 88cfd8e567140e4ba359ea59a0b02b1496ae5978 (patch) | |
tree | fd888de2f71c21a90fa6bc8601c49296e29b38a0 | |
parent | b965a68ba1b78a6b329477fe78f35ec93651db2f (diff) |
msm8996-common: Set manifest target-level to 5
Change-Id: I8dc1688d5c4418f77f3e1616bc6622fa36d84d79
-rw-r--r-- | manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml index 4215e4e..854923a 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="2.0" type="device" target-level="4"> +<manifest version="2.0" type="device" target-level="5"> <hal format="hidl"> <name>android.hardware.audio</name> <transport>hwbinder</transport> |