diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2021-10-07 17:43:30 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | 758358b102b48fae95221eab526af31ba2f1c16d (patch) | |
tree | c943cb712bc31bf3d1374eac1b03cfea105ce677 /manifest.xml | |
parent | 663d1fb15b06572e677f9aa7bb59136d903f6e76 (diff) |
msm8996-common: manifest: Set target-level 3
* We have 4.4 kernel so we can use this
Change-Id: I19c9231163f388943ebe1f5230bf7f64e5e379b1
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml index b2bf2bc..b370e02 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="legacy"> +<manifest version="1.0" type="device" target-level="3"> <hal format="hidl"> <name>android.hardware.audio</name> <transport>hwbinder</transport> |