Revert "move android_ids into bionic"
This reverts commit 1a13db5b26
.
Change-Id: I7f571b3a9d542694d16fb9cf1131ef9e59d330ea
This commit is contained in:
parent
1a13db5b26
commit
77cb68d9f2
5 changed files with 0 additions and 17 deletions
|
@ -1194,13 +1194,6 @@ cc_library_static {
|
|||
name: "libc_bionic",
|
||||
}
|
||||
|
||||
genrule {
|
||||
name: "generated_android_ids",
|
||||
out: [ "generated_android_ids.h" ],
|
||||
tool_files: [ "fs_config_generator.py" ],
|
||||
cmd: "$(location fs_config_generator.py) aidarray system/core/include/private/android_filesystem_config.h > $(out)",
|
||||
}
|
||||
|
||||
// ========================================================
|
||||
// libc_bionic_ndk.a- The portions of libc_bionic that can
|
||||
// be safely used in libc_ndk.a (no troublesome global data
|
||||
|
@ -1389,7 +1382,6 @@ cc_library_static {
|
|||
local_include_dirs: ["stdio"],
|
||||
include_dirs: ["bionic/libstdc++/include"],
|
||||
name: "libc_bionic_ndk",
|
||||
generated_headers: ["generated_android_ids"],
|
||||
}
|
||||
|
||||
// ========================================================
|
||||
|
|
|
@ -43,9 +43,6 @@
|
|||
#include "private/libc_logging.h"
|
||||
#include "private/ThreadLocalBuffer.h"
|
||||
|
||||
// Generated android_ids array
|
||||
#include "generated_android_ids.h"
|
||||
|
||||
// POSIX seems to envisage an implementation where the <pwd.h> functions are
|
||||
// implemented by brute-force searching with getpwent(3), and the <grp.h>
|
||||
// functions are implemented similarly with getgrent(3). This means that it's
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../build/tools/fs_config/fs_config_generator.py
|
|
@ -155,8 +155,6 @@ cc_test_library {
|
|||
shared: {
|
||||
enabled: false,
|
||||
},
|
||||
|
||||
generated_headers: ["generated_android_ids"],
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
|
@ -30,9 +30,6 @@
|
|||
|
||||
#include <private/android_filesystem_config.h>
|
||||
|
||||
// Generated android_ids array
|
||||
#include "generated_android_ids.h"
|
||||
|
||||
enum uid_type_t {
|
||||
TYPE_SYSTEM,
|
||||
TYPE_APP
|
||||
|
|
Loading…
Reference in a new issue