build: Use TOPDIR, not TOP

Change-Id: I5b2677c22aa878e46e01f4e5b31769e21937c38a
gugelfrei
Ethan Chen 6 years ago committed by Bruno Martins
parent 8c8d7ef238
commit 6554f104b5

@ -1,5 +1,5 @@
# Copyright (C) 2015 The CyanogenMod Project
# (C) 2017 The LineageOS Project
# (C) 2017-2018 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -20,4 +20,4 @@ FRAMEWORK_LINEAGE_PLATFORM_API_FILE := $(TOPDIR)lineage-sdk/api/lineage_current.
FRAMEWORK_LINEAGE_PLATFORM_REMOVED_API_FILE := $(TOPDIR)lineage-sdk/api/lineage_removed.txt
FRAMEWORK_LINEAGE_API_NEEDS_UPDATE_TEXT := $(TOPDIR)vendor/lineage/build/core/apicheck_msg_current.txt
BUILD_RRO_SYSTEM_PACKAGE := $(TOP)/vendor/lineage/build/core/system_rro.mk
BUILD_RRO_SYSTEM_PACKAGE := $(TOPDIR)vendor/lineage/build/core/system_rro.mk

Loading…
Cancel
Save