libselinux: renamed andriod label backend source file

Signed-off-by: Janis Danisevskis <jdanis@android.com>
This commit is contained in:
Janis Danisevskis 2016-09-29 12:39:17 +01:00 committed by Stephen Smalley
parent 35d7021a12
commit b3d9550bcd
2 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ ifeq ($(ANDROID_HOST),y)
DISABLE_FLAGS+= -DNO_MEDIA_BACKEND -DNO_DB_BACKEND -DNO_X_BACKEND \
-DBUILD_HOST
SRCS= callbacks.c freecon.c label.c label_file.c \
label_android_property.c regex.c label_support.c \
label_backends_android.c regex.c label_support.c \
matchpathcon.c setrans_client.c sha1.c
endif