Fix build on aarch64: nnapi_implementation.cc:(.text+0x18): undefined reference to `shm_open'

PiperOrigin-RevId: 248979412
This commit is contained in:
Renjie Liu 2019-05-19 20:33:39 -07:00 committed by TensorFlower Gardener
parent 575ab84dab
commit 81f21655b9

View File

@ -21,7 +21,8 @@ ifeq ($(TARGET),aarch64)
-Wl,--no-export-dynamic \
-Wl,--exclude-libs,ALL \
-Wl,--gc-sections \
-Wl,--as-needed
-Wl,--as-needed \
-lrt
LIBS := \