Commit 514b1d21 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

OsConstants: fix mac build

  host C++: libjavacore_32 <= libcore/luni/src/main/native/cbigint.cpp
  libcore/luni/src/main/native/android_system_OsConstants.cpp:385:45: error: use of undeclared identifier 'PR_GET_DUMPABLE'
      initConstant(env, c, "PR_GET_DUMPABLE", PR_GET_DUMPABLE);
                                              ^
  host C++: libjavacore_32 <= libcore/luni/src/main/native/java_io_File.cpp
  libcore/luni/src/main/native/android_system_OsConstants.cpp:386:45: error: use of undeclared identifier 'PR_SET_DUMPABLE'
      initConstant(env, c, "PR_SET_DUMPABLE", PR_SET_DUMPABLE);
                                              ^
  2 errors generated.

Change-Id: I2086795f9dcefdbe264c8c53b0df3149001c66ae
parent a7d1afa5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment