未验证 提交 a31adcc9 编写于 作者: O openharmony_ci 提交者: Gitee

!82 删除kv_store软链

Merge pull request !82 from zhoushilin/master
......@@ -9,14 +9,14 @@
# 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.
# limitations under the License.
import("//build/lite/ndk/ndk.gni")
group("utils") {
deps = [
"kv_store:kv_store",
"os_dump:utils_os_dump",
"//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store",
]
if (ohos_kernel_type == "liteos_m") {
......@@ -28,7 +28,7 @@ ndk_lib("native_api") {
if (ohos_kernel_type != "liteos_m") {
lib_extension = ".so"
}
deps = [ "kv_store/src:utils_kv_store" ]
deps = [ "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store/src:utils_kv_store" ]
head_files = [
"//utils/native/lite/include/kv_store.h",
"//utils/native/lite/include/utils_config.h",
......
../../../foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册