klte-common: Fix namespace errors
messages during build: device/samsung/klte-common/configs/nfcee_access.xml:9: namespace error : Namespace prefix android for signature on signer is not defined Change-Id: I7f3a1588b9cf05cb6aff11ccc59d14e75cc6e98e
This commit is contained in:
parent
ba64a4008a
commit
3730fb1619
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Applications granted NFCEE access on user builds
|
||||
|
||||
See packages/apps/Nfc/etc/sample_nfcee_access.xml for full documentation.
|
||||
|
|
Loading…
Reference in a new issue