OSDN Git Service

Revert "Compute PPID at ninja time"
authorColin Cross <ccross@android.com>
Tue, 4 Oct 2016 23:06:16 +0000 (23:06 +0000)
committerColin Cross <ccross@android.com>
Tue, 4 Oct 2016 23:07:06 +0000 (23:07 +0000)
commita82a1aca396cb9dca1f13aa284dbec5d428b82a1
treefa3eb3207fc9116eed461b8462fbdf9628c7e267
parentb1c17bb080ccf41b30909c0401df59e6f3a1ebb1
Revert "Compute PPID at ninja time"

This reverts commit b1c17bb080ccf41b30909c0401df59e6f3a1ebb1.

It breaks make test-art-host when /bin/sh is not bash, as
/bin/sh -c /bin/bash -c echo $PPID
returns the pid of /bin/sh, not the pid of ninja.

Test: none
Change-Id: Ia4e5f76ea4c5f5b5c102ce54ae03c3fccb23a49f
build/Android.common_test.mk
test/Android.run-test.mk