OSDN Git Service

Put libcore generated source files into LOCAL_INTERMEDIATES_SOURCES
authorColin Cross <ccross@android.com>
Fri, 27 Oct 2017 17:46:53 +0000 (10:46 -0700)
committerColin Cross <ccross@android.com>
Fri, 27 Oct 2017 19:58:45 +0000 (12:58 -0700)
commit72d359f227bc24afd010f26310f2e0d3ec7dc230
treec75c024a44016a7ef9806532752b24da6d722939
parent536d241fb2fc7ad628dbc6a77092ba5372aa0c71
Put libcore generated source files into LOCAL_INTERMEDIATES_SOURCES

LOCAL_SRC_FILES is expected to be a list of files relative to the
Android.mk files.  If OUT_DIR is absolute then adding generated
files to the list produces bad paths when $(LOCAL_PATH)/ is prepended
to it.  Put libcore's generated sources into
LOCAL_INTERMEDIATE_SOURCES instead.

Bug: 64930165
Bug: 68375156
Test: m checkbuild
Change-Id: I4b36fd192570ea0cd52d8537a16c078c726d97fd
Android.mk