OSDN Git Service

Move environ valiable into it's own file
authorVictor Khimenko <khim@google.com>
Mon, 10 Jul 2017 19:15:37 +0000 (21:15 +0200)
committerVictor Khimenko <khim@google.com>
Mon, 10 Jul 2017 19:44:17 +0000 (21:44 +0200)
commit0a0743f86454f8f50d04127beb614094f3b5a593
tree388be22547813c653c147e3104abcff923dcab28
parentddefae7ba92c40d60f2401e010e7789bee6f260d
Move environ valiable into it's own file

Test: build statically the example program below

  char** environ;
  int main() {
  }

Change-Id: I3f01652da1d5063d92ba7cbff7fb09bd0a89325c
libc/Android.bp
libc/bionic/environ.cpp [new file with mode: 0644]
libc/bionic/libc_init_common.cpp