diff options
author | Arvind Kumar <karvin@codeaurora.org> | 2020-07-31 23:53:45 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-08-02 22:23:31 -0700 |
commit | 5fedac81d07e326c76d1028a96dbb28b42f888c6 (patch) | |
tree | 72ca100aa283be04970d0a3e58eaca0b155671f7 | |
parent | c10152962bb331898192fb292890eb7c52157058 (diff) |
c2_manifest: Remove manifest target level
This change required to align with the target level value
defined in the target specific manifest file.
Change-Id: I1d9ee2b172f57b62b0077113842f1f39bc0357b1
-rw-r--r-- | conf_files/msmnile/c2_manifest.xml | 2 | ||||
-rw-r--r-- | conf_files/msmnile/c2_manifest_vendor.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf_files/msmnile/c2_manifest.xml b/conf_files/msmnile/c2_manifest.xml index 34730f3e..139aca9c 100644 --- a/conf_files/msmnile/c2_manifest.xml +++ b/conf_files/msmnile/c2_manifest.xml @@ -25,7 +25,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="4"> +<manifest version="1.0" type="device"> <!-- Codec2 HAl service --> <hal format="hidl"> <name>android.hardware.media.c2</name> diff --git a/conf_files/msmnile/c2_manifest_vendor.xml b/conf_files/msmnile/c2_manifest_vendor.xml index db550cd9..bac0865e 100644 --- a/conf_files/msmnile/c2_manifest_vendor.xml +++ b/conf_files/msmnile/c2_manifest_vendor.xml @@ -25,7 +25,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="4"> +<manifest version="1.0" type="device"> <!-- Codec2 HAl service --> <hal format="hidl"> <name>android.hardware.media.c2</name> |