summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatraman2017-03-20 18:46:34 -0500
committerVijay Venkatraman2017-03-21 19:34:58 -0500
commitd4e238605733074b7d45c38b960bcada7a25dbd5 (patch)
treed6cf13f52927d4883aeb6b2ce44b5025c474a1aa /include/private/canned_fs_config.h
parent2a54ae97ebcb69fe0ca5807f860739f499079ca1 (diff)
downloadplatform-system-core-d4e238605733074b7d45c38b960bcada7a25dbd5.tar.gz
platform-system-core-d4e238605733074b7d45c38b960bcada7a25dbd5.tar.xz
platform-system-core-d4e238605733074b7d45c38b960bcada7a25dbd5.zip
Moved include/android_filesystem_*.h and canned_fs_config.h to libcutils
Bug: 33241851 Test: No changes needed for modules not using VNDK. For VNDK, enable BOARD_VNDK_VERSION in BoardConfig.mk and add libcutils to modules that need these headers. Change-Id: I6102778aab35ed26a5ddde11230502dcd4edc852
Diffstat (limited to 'include/private/canned_fs_config.h')
l---------[-rw-r--r--]include/private/canned_fs_config.h27
1 files changed, 1 insertions, 26 deletions
diff --git a/include/private/canned_fs_config.h b/include/private/canned_fs_config.h
index d9f51ca3e..8f92b2d6a 100644..120000
--- a/include/private/canned_fs_config.h
+++ b/include/private/canned_fs_config.h
@@ -1,26 +1 @@
1/* ../../libcutils/include/private/canned_fs_config.h \ No newline at end of file
2 * Copyright (C) 2014 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#ifndef _CANNED_FS_CONFIG_H
18#define _CANNED_FS_CONFIG_H
19
20#include <inttypes.h>
21
22int load_canned_fs_config(const char* fn);
23void canned_fs_config(const char* path, int dir, const char* target_out_path,
24 unsigned* uid, unsigned* gid, unsigned* mode, uint64_t* capabilities);
25
26#endif