diff --git a/libselinux/src/Makefile b/libselinux/src/Makefile index 2c61fad2..cba8383e 100644 --- a/libselinux/src/Makefile +++ b/libselinux/src/Makefile @@ -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 diff --git a/libselinux/src/label_android_property.c b/libselinux/src/label_backends_android.c similarity index 100% rename from libselinux/src/label_android_property.c rename to libselinux/src/label_backends_android.c