From 98bda74eb58c2e0ee1e556f69dfb4baecb3f4498 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Tue, 2 Aug 2016 10:15:33 -0700 Subject: [PATCH] Move utility scripts to tools/ Change-Id: Iddb755f3cec0a32801128b4eb20f2c185b0cc626 --- tools/aapt2/{ => tools}/public_attr_map.py | 0 tools/aapt2/{ => tools}/remove-duplicates.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tools/aapt2/{ => tools}/public_attr_map.py (100%) rename tools/aapt2/{ => tools}/remove-duplicates.py (100%) diff --git a/tools/aapt2/public_attr_map.py b/tools/aapt2/tools/public_attr_map.py similarity index 100% rename from tools/aapt2/public_attr_map.py rename to tools/aapt2/tools/public_attr_map.py diff --git a/tools/aapt2/remove-duplicates.py b/tools/aapt2/tools/remove-duplicates.py similarity index 100% rename from tools/aapt2/remove-duplicates.py rename to tools/aapt2/tools/remove-duplicates.py