goldfish: move ril to radio/ril

To put all radio modules into radio/

BUG: 152887162
Test: build test radio

Change-Id: Ia6353b8aeeabb1775b8748067c8252541ee91ea4
diff --git a/ril/Android.mk b/radio/ril/Android.mk
similarity index 91%
rename from ril/Android.mk
rename to radio/ril/Android.mk
index 5749e16..bbbda60 100644
--- a/ril/Android.mk
+++ b/radio/ril/Android.mk
@@ -23,8 +23,8 @@
 LOCAL_CFLAGS += -Wall -Wextra -Wno-unused-variable -Wno-unused-function -Werror
 
 LOCAL_C_INCLUDES := \
-	$(LOCAL_PATH)/../include \
-	$(LOCAL_PATH)/../../goldfish-opengl/shared/OpenglCodecCommon
+	device/generic/goldfish/include \
+	device/generic/goldfish-opengl/shared/OpenglCodecCommon
 
 ifeq ($(TARGET_DEVICE),sooner)
   LOCAL_CFLAGS += -DUSE_TI_COMMANDS
diff --git a/ril/MODULE_LICENSE_APACHE2 b/radio/ril/MODULE_LICENSE_APACHE2
similarity index 100%
rename from ril/MODULE_LICENSE_APACHE2
rename to radio/ril/MODULE_LICENSE_APACHE2
diff --git a/ril/NOTICE b/radio/ril/NOTICE
similarity index 100%
rename from ril/NOTICE
rename to radio/ril/NOTICE
diff --git a/ril/at_tok.c b/radio/ril/at_tok.c
similarity index 100%
rename from ril/at_tok.c
rename to radio/ril/at_tok.c
diff --git a/ril/at_tok.h b/radio/ril/at_tok.h
similarity index 100%
rename from ril/at_tok.h
rename to radio/ril/at_tok.h
diff --git a/ril/atchannel.c b/radio/ril/atchannel.c
similarity index 100%
rename from ril/atchannel.c
rename to radio/ril/atchannel.c
diff --git a/ril/atchannel.h b/radio/ril/atchannel.h
similarity index 100%
rename from ril/atchannel.h
rename to radio/ril/atchannel.h
diff --git a/ril/if_monitor.cpp b/radio/ril/if_monitor.cpp
similarity index 100%
rename from ril/if_monitor.cpp
rename to radio/ril/if_monitor.cpp
diff --git a/ril/if_monitor.h b/radio/ril/if_monitor.h
similarity index 100%
rename from ril/if_monitor.h
rename to radio/ril/if_monitor.h
diff --git a/ril/ipv6_monitor.cpp b/radio/ril/ipv6_monitor.cpp
similarity index 100%
rename from ril/ipv6_monitor.cpp
rename to radio/ril/ipv6_monitor.cpp
diff --git a/ril/ipv6_monitor.h b/radio/ril/ipv6_monitor.h
similarity index 100%
rename from ril/ipv6_monitor.h
rename to radio/ril/ipv6_monitor.h
diff --git a/ril/misc.c b/radio/ril/misc.c
similarity index 100%
rename from ril/misc.c
rename to radio/ril/misc.c
diff --git a/ril/misc.h b/radio/ril/misc.h
similarity index 100%
rename from ril/misc.h
rename to radio/ril/misc.h
diff --git a/ril/reference-ril.c b/radio/ril/reference-ril.c
similarity index 100%
rename from ril/reference-ril.c
rename to radio/ril/reference-ril.c
diff --git a/ril/ril.h b/radio/ril/ril.h
similarity index 100%
rename from ril/ril.h
rename to radio/ril/ril.h