Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52df4a7b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Inline usages of LOCAL_STEM" am: b2f8d5c2 am: 286d03fa am: b9b64916

Original change: https://android-review.googlesource.com/c/device/google/redfin/+/1930925

Change-Id: If1392df8add698c10a4a57a57845b81fe28750d3
parents d8e89fc4 b9b64916
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -12,7 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

LOCAL_STEM := redfin/BoardConfigPartial.mk

-include vendor/google_devices/$(LOCAL_STEM)
-include vendor/qcom/$(LOCAL_STEM)
-include vendor/google_devices/redfin/BoardConfigPartial.mk
-include vendor/qcom/redfin/BoardConfigPartial.mk
+2 −4
Original line number Diff line number Diff line
@@ -12,7 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

LOCAL_STEM := redfin/device-partial.mk

$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/google_devices/redfin/device-partial.mk)
$(call inherit-product-if-exists, vendor/qcom/redfin/device-partial.mk)