diff options
author | ToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp> | 2020-03-30 09:31:31 +0900 |
---|---|---|
committer | ToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp> | 2020-03-30 09:31:31 +0900 |
commit | fe2caefcaa1ece2e7b163741184c3fc834440a48 (patch) | |
tree | 5c4036069388c0928214db076e779d2e24d0e84c /backup_manager/Makefile.client | |
parent | 706ad73eb02caf8532deaf5d38995bd258725cb8 (diff) |
ns-backupmanager branch
Diffstat (limited to 'backup_manager/Makefile.client')
-rw-r--r-- | backup_manager/Makefile.client | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/backup_manager/Makefile.client b/backup_manager/Makefile.client new file mode 100644 index 00000000..08700bd1 --- /dev/null +++ b/backup_manager/Makefile.client @@ -0,0 +1,19 @@ +# +# @copyright Copyright (c) 2017-2019 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 := config client + +include ../native_service.mk |