summaryrefslogtreecommitdiff
path: root/data/keyboards/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'data/keyboards/Android.bp')
-rw-r--r--data/keyboards/Android.bp11
1 files changed, 5 insertions, 6 deletions
diff --git a/data/keyboards/Android.bp b/data/keyboards/Android.bp
index 69b29bd5c7d3..423b55bd85db 100644
--- a/data/keyboards/Android.bp
+++ b/data/keyboards/Android.bp
@@ -12,16 +12,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- default_applicable_licenses: ["Android-Apache-2.0"],
-}
-
genrule {
name: "validate_framework_keymaps",
srcs: [
- "*.idc",
- "*.kcm",
"*.kl",
+ "*.kcm",
+ "*.idc",
],
tools: ["validatekeymaps"],
out: ["stamp"],
@@ -37,6 +33,7 @@ prebuilt_usr_keylayout {
srcs: [
"*.kl",
],
+ no_full_install: true,
}
prebuilt_usr_keychars {
@@ -44,6 +41,7 @@ prebuilt_usr_keychars {
srcs: [
"*.kcm",
],
+ no_full_install: true,
}
prebuilt_usr_idc {
@@ -51,4 +49,5 @@ prebuilt_usr_idc {
srcs: [
"*.idc",
],
+ no_full_install: true,
}