Fix unresolve build dependency 43/25643/1 sandbox/ruke47/complete_build
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Thu, 26 Nov 2020 01:39:39 +0000 (10:39 +0900)
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Thu, 26 Nov 2020 02:22:09 +0000 (11:22 +0900)
Fix the inconsistencies in subdirectories and library dependencies
between libNS_FrameworkUnfied.so and libNS_XMLConfigParse.so

Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Change-Id: I921e666ecfa4e31cc6a78568e8e9bdc53f5466fd

service/native/framework_unified/Makefile.library [new file with mode: 0755]
service/native/framework_unified/client/Makefile

diff --git a/service/native/framework_unified/Makefile.library b/service/native/framework_unified/Makefile.library
new file mode 100755 (executable)
index 0000000..e689fa9
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+SUBDIRS := client/NS_XMLConfigeParser
+
+include ../native_service.mk
index ce4b2dd..da440d8 100755 (executable)
@@ -252,10 +252,7 @@ LINK_SHLIB_CXX = Y
 # buildversioncheck
 INST_HEADERS += ns_buildversioncheck.hpp
 
-
-SUBDIRS := NS_XMLConfigeParser NS_Utility
-
-
+SUBDIRS := NS_Utility
 
 all: