diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-08 18:08:30 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-08 22:00:56 -0400 |
commit | eef53622798e2e2f81f28ee5e1c82de0d48c149c (patch) | |
tree | af43aac0945df7f0840e390415b3897ab8b8f6c5 /sc/Module_sc.mk | |
parent | 93ab5bc4daed5197a815275cf78fcc562bda4d5b (diff) |
Create a new library to store shared qa code for sc.
Change-Id: I38aa1461d05e3dee096e69b7cd95e2ddfccc9594
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 0b3970f4991b..29e53e980679 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -16,6 +16,7 @@ $(eval $(call gb_Module_add_targets,sc,\ Library_scd \ Library_scfilt \ Library_scui \ + Library_scqahelper \ UIConfig_scalc \ )) |