Skip to content
Snippets Groups Projects
Commit 86b9f644 authored by Inseob Kim's avatar Inseob Kim Committed by Gerrit Code Review
Browse files

Merge "Use no_full_install: true instead of installable: false" into main

parents 681514f3 8541b878
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ prebuilt_etc {
name: "preloaded-classes",
src: "preloaded-classes",
filename: "preloaded-classes",
installable: false,
no_full_install: true,
}
filegroup {
......
......@@ -33,7 +33,7 @@ prebuilt_usr_keylayout {
srcs: [
"*.kl",
],
installable: false,
no_full_install: true,
}
prebuilt_usr_keychars {
......@@ -41,7 +41,7 @@ prebuilt_usr_keychars {
srcs: [
"*.kcm",
],
installable: false,
no_full_install: true,
}
prebuilt_usr_idc {
......@@ -49,5 +49,5 @@ prebuilt_usr_idc {
srcs: [
"*.idc",
],
installable: false,
no_full_install: true,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment